Html Css Color HEX #B290EA Biloba Flower

📋 copy color: '#B290EA'

red 178 ◦ green 144 ◦ blue 234

#B290EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B290EA

Tints of Biloba Flower #B290EA

RGB

 RED value IS 178 (69.92% from 255) = 32.01%

 GREEN value IS 144 (56.64% from 255) = 25.9%

 BLUE value IS 234 (91.8% from 255) = 42.09%

R = 32.01%
G = 25.9%
B = 42.09%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B290EA (or 0xB290EA) is known color: Biloba Flower. HEX triplet: B2, 90 and EA. RGB value is (178,144,234). Sum of RGB (Red+Green+Blue) = 178+144+234=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #B290EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B290EA is #4D6F15. Grayscale: #A4A4A4. Windows color (decimal): -5074710 or 15372466. OLE color: 15372466.

HSL color Cylindrical-coordinate representation of color #B290EA: hue angle of 262.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B290EA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 144 234 -
CMYK 0.24 0.38 0 0.08
HSL 262.67º 0.68% 0.74% -
HSV(B) 262.67º 0.38% 0.92% -
XYZ 43.18 35.35 82.39 -
YUV 164.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 178 144 234 0.24 0.38 0 0.08 262.67 0.68 0.74
Hex B2 90 EA 18 26 0 8 107 44 4A
Octal 262 220 352 30 46 0 10 407 104 112
Binary 10110010 10010000 11101010 11000 100110 0 1000 100000111 1000100 1001010

Color Harmonies of #B290EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290EA

Black with #B290EA

Text Example


Text Example

White with #B290EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290EA; }

 p { color: rgb(178,144,234); }

 H1.HeaderClassName
 {
   color: #B290EA;
 }
 .AnyTagClassName
 {
   color: #B290EA;
 }
</style>

background-color css

<style>
 a { background-color: #B290EA; }

 a { background-color: rgb(178,144,234); }

 div.DivClassName
 {
   background-color: #B290EA;
 }
 .BgClassName
 {
   background-color: #B290EA;
 }
</style>

border-color css

<style>
 span { border-color: #B290EA; }

 span { border-color: rgb(178,144,234); }

 td.TdClassName
 {
   border-color: #B290EA;
 }
 .TagClassName
 {
   border-color: #B290EA;
 }
</style>