Html Css Color HEX #B992EE Biloba Flower

📋 copy color: '#B992EE'

red 185 ◦ green 146 ◦ blue 238

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

Shades of Biloba Flower #B992EE

Tints of Biloba Flower #B992EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.83%

R = 32.51%
G = 25.66%
B = 41.83%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B992EE (or 0xB992EE) is known color: Biloba Flower. HEX triplet: B9, 92 and EE. RGB value is (185,146,238). Sum of RGB (Red+Green+Blue) = 185+146+238=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #B992EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992EE is #466D11. Grayscale: #A7A7A7. Windows color (decimal): -4615442 or 15635129. OLE color: 15635129.

HSL color Cylindrical-coordinate representation of color #B992EE: hue angle of 265.43º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B992EE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 146 238 -
CMYK 0.22 0.39 0 0.07
HSL 265.43º 0.73% 0.75% -
HSV(B) 265.43º 0.39% 0.93% -
XYZ 45.72 37.05 85.63 -
YUV 168.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 185 146 238 0.22 0.39 0 0.07 265.43 0.73 0.75
Hex B9 92 EE 16 27 0 7 109 49 4B
Octal 271 222 356 26 47 0 7 411 111 113
Binary 10111001 10010010 11101110 10110 100111 0 111 100001001 1001001 1001011

Color Harmonies of #B992EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992EE

Black with #B992EE

Text Example


Text Example

White with #B992EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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