Html Css Color HEX #B992DF Biloba Flower

📋 copy color: '#B992DF'

red 185 ◦ green 146 ◦ blue 223

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

Shades of Biloba Flower #B992DF

Tints of Biloba Flower #B992DF

RGB

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

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

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

R = 33.39%
G = 26.35%
B = 40.25%

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

#B992DF (or 0xB992DF) is known color: Biloba Flower. HEX triplet: B9, 92 and DF. RGB value is (185,146,223). Sum of RGB (Red+Green+Blue) = 185+146+223=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #B992DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992DF is #466D20. Grayscale: #A6A6A6. Windows color (decimal): -4615457 or 14652089. OLE color: 14652089.

HSL color Cylindrical-coordinate representation of color #B992DF: hue angle of 270.39º 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 #B992DF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 146 223 -
CMYK 0.17 0.35 0 0.13
HSL 270.39º 0.55% 0.72% -
HSV(B) 270.39º 0.35% 0.87% -
XYZ 43.61 36.2 74.5 -
YUV 166.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 185 146 223 0.17 0.35 0 0.13 270.39 0.55 0.72
Hex B9 92 DF 11 23 0 D 10E 37 48
Octal 271 222 337 21 43 0 15 416 67 110
Binary 10111001 10010010 11011111 10001 100011 0 1101 100001110 110111 1001000

Color Harmonies of #B992DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992DF

Black with #B992DF

Text Example


Text Example

White with #B992DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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