Html Css Color HEX #B992EF Biloba Flower

📋 copy color: '#B992EF'

red 185 ◦ green 146 ◦ blue 239

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

Shades of Biloba Flower #B992EF

Tints of Biloba Flower #B992EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 32.46%
G = 25.61%
B = 41.93%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B992EF (or 0xB992EF) is known color: Biloba Flower. HEX triplet: B9, 92 and EF. RGB value is (185,146,239). Sum of RGB (Red+Green+Blue) = 185+146+239=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #B992EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992EF is #466D10. Grayscale: #A7A7A7. Windows color (decimal): -4615441 or 15700665. OLE color: 15700665.

HSL color Cylindrical-coordinate representation of color #B992EF: hue angle of 265.16º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B992EF is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 146 239 -
CMYK 0.23 0.39 0 0.06
HSL 265.16º 0.74% 0.75% -
HSV(B) 265.16º 0.39% 0.94% -
XYZ 45.87 37.1 86.41 -
YUV 168.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 185 146 239 0.23 0.39 0 0.06 265.16 0.74 0.75
Hex B9 92 EF 17 27 0 6 109 4A 4B
Octal 271 222 357 27 47 0 6 411 112 113
Binary 10111001 10010010 11101111 10111 100111 0 110 100001001 1001010 1001011

Color Harmonies of #B992EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992EF

Black with #B992EF

Text Example


Text Example

White with #B992EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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