Html Css Color HEX #B990ED Biloba Flower

📋 copy color: '#B990ED'

red 185 ◦ green 144 ◦ blue 237

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

Shades of Biloba Flower #B990ED

Tints of Biloba Flower #B990ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 32.69%
G = 25.44%
B = 41.87%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B990ED (or 0xB990ED) is known color: Biloba Flower. HEX triplet: B9, 90 and ED. RGB value is (185,144,237). Sum of RGB (Red+Green+Blue) = 185+144+237=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #B990ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990ED is #466F12. Grayscale: #A6A6A6. Windows color (decimal): -4615955 or 15569081. OLE color: 15569081.

HSL color Cylindrical-coordinate representation of color #B990ED: hue angle of 266.45º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B990ED is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 144 237 -
CMYK 0.22 0.39 0 0.07
HSL 266.45º 0.72% 0.75% -
HSV(B) 266.45º 0.39% 0.93% -
XYZ 45.27 36.38 84.76 -
YUV 166.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 185 144 237 0.22 0.39 0 0.07 266.45 0.72 0.75
Hex B9 90 ED 16 27 0 7 10A 48 4B
Octal 271 220 355 26 47 0 7 412 110 113
Binary 10111001 10010000 11101101 10110 100111 0 111 100001010 1001000 1001011

Color Harmonies of #B990ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990ED

Black with #B990ED

Text Example


Text Example

White with #B990ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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