Html Css Color HEX #B990EA Biloba Flower

📋 copy color: '#B990EA'

red 185 ◦ green 144 ◦ blue 234

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

Shades of Biloba Flower #B990EA

Tints of Biloba Flower #B990EA

RGB

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

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

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

R = 32.86%
G = 25.58%
B = 41.56%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B990EA (or 0xB990EA) is known color: Biloba Flower. HEX triplet: B9, 90 and EA. RGB value is (185,144,234). Sum of RGB (Red+Green+Blue) = 185+144+234=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #B990EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990EA is #466F15. Grayscale: #A6A6A6. Windows color (decimal): -4615958 or 15372473. OLE color: 15372473.

HSL color Cylindrical-coordinate representation of color #B990EA: hue angle of 267.33º 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 #B990EA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 144 234 -
CMYK 0.21 0.38 0 0.08
HSL 267.33º 0.68% 0.74% -
HSV(B) 267.33º 0.38% 0.92% -
XYZ 44.83 36.2 82.47 -
YUV 166.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 185 144 234 0.21 0.38 0 0.08 267.33 0.68 0.74
Hex B9 90 EA 15 26 0 8 10B 44 4A
Octal 271 220 352 25 46 0 10 413 104 112
Binary 10111001 10010000 11101010 10101 100110 0 1000 100001011 1000100 1001010

Color Harmonies of #B990EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990EA

Black with #B990EA

Text Example


Text Example

White with #B990EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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