Html Css Color HEX #B992E5 Biloba Flower

📋 copy color: '#B992E5'

red 185 ◦ green 146 ◦ blue 229

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

Shades of Biloba Flower #B992E5

Tints of Biloba Flower #B992E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 33.04%
G = 26.07%
B = 40.89%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B992E5 (or 0xB992E5) is known color: Biloba Flower. HEX triplet: B9, 92 and E5. RGB value is (185,146,229). Sum of RGB (Red+Green+Blue) = 185+146+229=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #B992E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992E5 is #466D1A. Grayscale: #A6A6A6. Windows color (decimal): -4615451 or 15045305. OLE color: 15045305.

HSL color Cylindrical-coordinate representation of color #B992E5: hue angle of 268.19º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B992E5 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 146 229 -
CMYK 0.19 0.36 0 0.10
HSL 268.19º 0.61% 0.74% -
HSV(B) 268.19º 0.36% 0.9% -
XYZ 44.43 36.53 78.84 -
YUV 167.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 185 146 229 0.19 0.36 0 0.10 268.19 0.61 0.74
Hex B9 92 E5 13 24 0 A 10C 3D 4A
Octal 271 222 345 23 44 0 12 414 75 112
Binary 10111001 10010010 11100101 10011 100100 0 1010 100001100 111101 1001010

Color Harmonies of #B992E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992E5

Black with #B992E5

Text Example


Text Example

White with #B992E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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