Html Css Color HEX #B992DD Biloba Flower

📋 copy color: '#B992DD'

red 185 ◦ green 146 ◦ blue 221

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

Shades of Biloba Flower #B992DD

Tints of Biloba Flower #B992DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 33.51%
G = 26.45%
B = 40.04%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B992DD (or 0xB992DD) is known color: Biloba Flower. HEX triplet: B9, 92 and DD. RGB value is (185,146,221). Sum of RGB (Red+Green+Blue) = 185+146+221=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #B992DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992DD is #466D22. Grayscale: #A5A5A5. Windows color (decimal): -4615459 or 14521017. OLE color: 14521017.

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

Color convert

RGB 185 146 221 -
CMYK 0.16 0.34 0 0.13
HSL 271.2º 0.52% 0.72% -
HSV(B) 271.2º 0.34% 0.87% -
XYZ 43.34 36.09 73.09 -
YUV 166.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 185 146 221 0.16 0.34 0 0.13 271.2 0.52 0.72
Hex B9 92 DD 10 22 0 D 10F 34 48
Octal 271 222 335 20 42 0 15 417 64 110
Binary 10111001 10010010 11011101 10000 100010 0 1101 100001111 110100 1001000

Color Harmonies of #B992DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992DD

Black with #B992DD

Text Example


Text Example

White with #B992DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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