Html Css Color HEX #B991DC Biloba Flower

📋 copy color: '#B991DC'

red 185 ◦ green 145 ◦ blue 220

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

Shades of Biloba Flower #B991DC

Tints of Biloba Flower #B991DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.36%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 33.64%
G = 26.36%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B991DC (or 0xB991DC) is known color: Biloba Flower. HEX triplet: B9, 91 and DC. RGB value is (185,145,220). Sum of RGB (Red+Green+Blue) = 185+145+220=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #B991DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991DC is #466E23. Grayscale: #A5A5A5. Windows color (decimal): -4615716 or 14455225. OLE color: 14455225.

HSL color Cylindrical-coordinate representation of color #B991DC: hue angle of 272º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B991DC is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 145 220 -
CMYK 0.16 0.34 0 0.14
HSL 272º 0.52% 0.72% -
HSV(B) 272º 0.34% 0.86% -
XYZ 43.05 35.73 72.34 -
YUV 165.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 185 145 220 0.16 0.34 0 0.14 272 0.52 0.72
Hex B9 91 DC 10 22 0 E 110 34 48
Octal 271 221 334 20 42 0 16 420 64 110
Binary 10111001 10010001 11011100 10000 100010 0 1110 100010000 110100 1001000

Color Harmonies of #B991DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B991DC

Black with #B991DC

Text Example


Text Example

White with #B991DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B991DC; }

 p { color: rgb(185,145,220); }

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

background-color css

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

 a { background-color: rgb(185,145,220); }

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

border-color css

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

 span { border-color: rgb(185,145,220); }

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