Html Css Color HEX #B992DB Biloba Flower

📋 copy color: '#B992DB'

red 185 ◦ green 146 ◦ blue 219

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

Shades of Biloba Flower #B992DB

Tints of Biloba Flower #B992DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.55%

 BLUE value IS 219 (85.94% from 255) = 39.82%

R = 33.64%
G = 26.55%
B = 39.82%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B992DB (or 0xB992DB) is known color: Biloba Flower. HEX triplet: B9, 92 and DB. RGB value is (185,146,219). Sum of RGB (Red+Green+Blue) = 185+146+219=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #B992DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992DB is #466D24. Grayscale: #A5A5A5. Windows color (decimal): -4615461 or 14389945. OLE color: 14389945.

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

Color convert

RGB 185 146 219 -
CMYK 0.16 0.33 0 0.14
HSL 272.05º 0.5% 0.72% -
HSV(B) 272.05º 0.33% 0.86% -
XYZ 43.07 35.99 71.69 -
YUV 165.98 157.92 141.56 -
System Red Green Blue C M Y K H S L
Decimal 185 146 219 0.16 0.33 0 0.14 272.05 0.5 0.72
Hex B9 92 DB 10 21 0 E 110 32 48
Octal 271 222 333 20 41 0 16 420 62 110
Binary 10111001 10010010 11011011 10000 100001 0 1110 100010000 110010 1001000

Color Harmonies of #B992DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992DB

Black with #B992DB

Text Example


Text Example

White with #B992DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992DB; }

 p { color: rgb(185,146,219); }

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

background-color css

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

 a { background-color: rgb(185,146,219); }

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

border-color css

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

 span { border-color: rgb(185,146,219); }

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