Html Css Color HEX #B992EA Biloba Flower

📋 copy color: '#B992EA'

red 185 ◦ green 146 ◦ blue 234

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

Shades of Biloba Flower #B992EA

Tints of Biloba Flower #B992EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.42%

R = 32.74%
G = 25.84%
B = 41.42%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B992EA (or 0xB992EA) is known color: Biloba Flower. HEX triplet: B9, 92 and EA. RGB value is (185,146,234). Sum of RGB (Red+Green+Blue) = 185+146+234=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #B992EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992EA is #466D15. Grayscale: #A7A7A7. Windows color (decimal): -4615446 or 15372985. OLE color: 15372985.

HSL color Cylindrical-coordinate representation of color #B992EA: hue angle of 266.59º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B992EA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 146 234 -
CMYK 0.21 0.38 0 0.08
HSL 266.59º 0.68% 0.75% -
HSV(B) 266.59º 0.38% 0.92% -
XYZ 45.14 36.81 82.57 -
YUV 167.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 185 146 234 0.21 0.38 0 0.08 266.59 0.68 0.75
Hex B9 92 EA 15 26 0 8 10B 44 4B
Octal 271 222 352 25 46 0 10 413 104 113
Binary 10111001 10010010 11101010 10101 100110 0 1000 100001011 1000100 1001011

Color Harmonies of #B992EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992EA

Black with #B992EA

Text Example


Text Example

White with #B992EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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