Html Css Color HEX #B990DF Biloba Flower

📋 copy color: '#B990DF'

red 185 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #B990DF

Tints of Biloba Flower #B990DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 33.51%
G = 26.09%
B = 40.4%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B990DF (or 0xB990DF) is known color: Biloba Flower. HEX triplet: B9, 90 and DF. RGB value is (185,144,223). Sum of RGB (Red+Green+Blue) = 185+144+223=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #B990DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990DF is #466F20. Grayscale: #A4A4A4. Windows color (decimal): -4615969 or 14651577. OLE color: 14651577.

HSL color Cylindrical-coordinate representation of color #B990DF: hue angle of 271.14º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B990DF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 144 223 -
CMYK 0.17 0.35 0 0.13
HSL 271.14º 0.55% 0.72% -
HSV(B) 271.14º 0.35% 0.87% -
XYZ 43.3 35.59 74.4 -
YUV 165.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 185 144 223 0.17 0.35 0 0.13 271.14 0.55 0.72
Hex B9 90 DF 11 23 0 D 10F 37 48
Octal 271 220 337 21 43 0 15 417 67 110
Binary 10111001 10010000 11011111 10001 100011 0 1101 100001111 110111 1001000

Color Harmonies of #B990DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990DF

Black with #B990DF

Text Example


Text Example

White with #B990DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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