Html Css Color HEX #B992F1 Biloba Flower

📋 copy color: '#B992F1'

red 185 ◦ green 146 ◦ blue 241

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

Shades of Biloba Flower #B992F1

Tints of Biloba Flower #B992F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 32.34%
G = 25.52%
B = 42.13%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B992F1 (or 0xB992F1) is known color: Biloba Flower. HEX triplet: B9, 92 and F1. RGB value is (185,146,241). Sum of RGB (Red+Green+Blue) = 185+146+241=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #B992F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992F1 is #466D0E. Grayscale: #A8A8A8. Windows color (decimal): -4615439 or 15831737. OLE color: 15831737.

HSL color Cylindrical-coordinate representation of color #B992F1: hue angle of 264.63º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B992F1 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 146 241 -
CMYK 0.23 0.39 0 0.05
HSL 264.63º 0.77% 0.76% -
HSV(B) 264.63º 0.39% 0.95% -
XYZ 46.16 37.22 87.97 -
YUV 168.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 185 146 241 0.23 0.39 0 0.05 264.63 0.77 0.76
Hex B9 92 F1 17 27 0 5 109 4D 4C
Octal 271 222 361 27 47 0 5 411 115 114
Binary 10111001 10010010 11110001 10111 100111 0 101 100001001 1001101 1001100

Color Harmonies of #B992F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992F1

Black with #B992F1

Text Example


Text Example

White with #B992F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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