Html Css Color HEX #B992ED Biloba Flower

📋 copy color: '#B992ED'

red 185 ◦ green 146 ◦ blue 237

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

Shades of Biloba Flower #B992ED

Tints of Biloba Flower #B992ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 32.57%
G = 25.7%
B = 41.73%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B992ED (or 0xB992ED) is known color: Biloba Flower. HEX triplet: B9, 92 and ED. RGB value is (185,146,237). Sum of RGB (Red+Green+Blue) = 185+146+237=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #B992ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992ED is #466D12. Grayscale: #A7A7A7. Windows color (decimal): -4615443 or 15569593. OLE color: 15569593.

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

Color convert

RGB 185 146 237 -
CMYK 0.22 0.38 0 0.07
HSL 265.71º 0.72% 0.75% -
HSV(B) 265.71º 0.38% 0.93% -
XYZ 45.57 36.99 84.86 -
YUV 168.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 185 146 237 0.22 0.38 0 0.07 265.71 0.72 0.75
Hex B9 92 ED 16 26 0 7 10A 48 4B
Octal 271 222 355 26 46 0 7 412 110 113
Binary 10111001 10010010 11101101 10110 100110 0 111 100001010 1001000 1001011

Color Harmonies of #B992ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992ED

Black with #B992ED

Text Example


Text Example

White with #B992ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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