Html Css Color HEX #B992DA Biloba Flower

📋 copy color: '#B992DA'

red 185 ◦ green 146 ◦ blue 218

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

Shades of Biloba Flower #B992DA

Tints of Biloba Flower #B992DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 33.7%
G = 26.59%
B = 39.71%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B992DA (or 0xB992DA) is known color: Biloba Flower. HEX triplet: B9, 92 and DA. RGB value is (185,146,218). Sum of RGB (Red+Green+Blue) = 185+146+218=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #B992DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992DA is #466D25. Grayscale: #A5A5A5. Windows color (decimal): -4615462 or 14324409. OLE color: 14324409.

HSL color Cylindrical-coordinate representation of color #B992DA: hue angle of 272.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B992DA is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 146 218 -
CMYK 0.15 0.33 0 0.15
HSL 272.5º 0.49% 0.71% -
HSV(B) 272.5º 0.33% 0.85% -
XYZ 42.94 35.93 71 -
YUV 165.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 185 146 218 0.15 0.33 0 0.15 272.5 0.49 0.71
Hex B9 92 DA F 21 0 F 110 31 47
Octal 271 222 332 17 41 0 17 420 61 107
Binary 10111001 10010010 11011010 1111 100001 0 1111 100010000 110001 1000111

Color Harmonies of #B992DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992DA

Black with #B992DA

Text Example


Text Example

White with #B992DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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