Html Css Color HEX #B990DA Biloba Flower

📋 copy color: '#B990DA'

red 185 ◦ green 144 ◦ blue 218

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

Shades of Biloba Flower #B990DA

Tints of Biloba Flower #B990DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 33.82%
G = 26.33%
B = 39.85%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B990DA (or 0xB990DA) is known color: Biloba Flower. HEX triplet: B9, 90 and DA. RGB value is (185,144,218). Sum of RGB (Red+Green+Blue) = 185+144+218=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #B990DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990DA is #466F25. Grayscale: #A4A4A4. Windows color (decimal): -4615974 or 14323897. OLE color: 14323897.

HSL color Cylindrical-coordinate representation of color #B990DA: hue angle of 273.24º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B990DA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 144 218 -
CMYK 0.15 0.34 0 0.15
HSL 273.24º 0.5% 0.71% -
HSV(B) 273.24º 0.34% 0.85% -
XYZ 42.64 35.32 70.9 -
YUV 164.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 185 144 218 0.15 0.34 0 0.15 273.24 0.5 0.71
Hex B9 90 DA F 22 0 F 111 32 47
Octal 271 220 332 17 42 0 17 421 62 107
Binary 10111001 10010000 11011010 1111 100010 0 1111 100010001 110010 1000111

Color Harmonies of #B990DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990DA

Black with #B990DA

Text Example


Text Example

White with #B990DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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