Html Css Color HEX #B992E8 Biloba Flower

📋 copy color: '#B992E8'

red 185 ◦ green 146 ◦ blue 232

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

Shades of Biloba Flower #B992E8

Tints of Biloba Flower #B992E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.21%

R = 32.86%
G = 25.93%
B = 41.21%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B992E8 (or 0xB992E8) is known color: Biloba Flower. HEX triplet: B9, 92 and E8. RGB value is (185,146,232). Sum of RGB (Red+Green+Blue) = 185+146+232=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #B992E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992E8 is #466D17. Grayscale: #A7A7A7. Windows color (decimal): -4615448 or 15241913. OLE color: 15241913.

HSL color Cylindrical-coordinate representation of color #B992E8: hue angle of 267.21º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B992E8 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 146 232 -
CMYK 0.20 0.37 0 0.09
HSL 267.21º 0.65% 0.74% -
HSV(B) 267.21º 0.37% 0.91% -
XYZ 44.85 36.7 81.06 -
YUV 167.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 185 146 232 0.20 0.37 0 0.09 267.21 0.65 0.74
Hex B9 92 E8 14 25 0 9 10B 41 4A
Octal 271 222 350 24 45 0 11 413 101 112
Binary 10111001 10010010 11101000 10100 100101 0 1001 100001011 1000001 1001010

Color Harmonies of #B992E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992E8

Black with #B992E8

Text Example


Text Example

White with #B992E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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