Html Css Color HEX #B990E6 Biloba Flower

📋 copy color: '#B990E6'

red 185 ◦ green 144 ◦ blue 230

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

Shades of Biloba Flower #B990E6

Tints of Biloba Flower #B990E6

RGB

 RED value IS 185 (72.66% from 255) = 33.09%

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

 BLUE value IS 230 (90.23% from 255) = 41.14%

R = 33.09%
G = 25.76%
B = 41.14%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B990E6 (or 0xB990E6) is known color: Biloba Flower. HEX triplet: B9, 90 and E6. RGB value is (185,144,230). Sum of RGB (Red+Green+Blue) = 185+144+230=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #B990E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990E6 is #466F19. Grayscale: #A5A5A5. Windows color (decimal): -4615962 or 15110329. OLE color: 15110329.

HSL color Cylindrical-coordinate representation of color #B990E6: hue angle of 268.6º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B990E6 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 144 230 -
CMYK 0.20 0.37 0 0.10
HSL 268.6º 0.63% 0.73% -
HSV(B) 268.6º 0.37% 0.9% -
XYZ 44.26 35.97 79.47 -
YUV 166.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 185 144 230 0.20 0.37 0 0.10 268.6 0.63 0.73
Hex B9 90 E6 14 25 0 A 10D 3F 49
Octal 271 220 346 24 45 0 12 415 77 111
Binary 10111001 10010000 11100110 10100 100101 0 1010 100001101 111111 1001001

Color Harmonies of #B990E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990E6

Black with #B990E6

Text Example


Text Example

White with #B990E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990E6; }

 p { color: rgb(185,144,230); }

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

background-color css

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

 a { background-color: rgb(185,144,230); }

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

border-color css

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

 span { border-color: rgb(185,144,230); }

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