Html Css Color HEX #B59EF2 Biloba Flower

📋 copy color: '#B59EF2'

red 181 ◦ green 158 ◦ blue 242

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

Shades of Biloba Flower #B59EF2

Tints of Biloba Flower #B59EF2

RGB

 RED value IS 181 (71.09% from 255) = 31.15%

 GREEN value IS 158 (62.11% from 255) = 27.19%

 BLUE value IS 242 (94.92% from 255) = 41.65%

R = 31.15%
G = 27.19%
B = 41.65%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B59EF2 (or 0xB59EF2) is known color: Biloba Flower. HEX triplet: B5, 9E and F2. RGB value is (181,158,242). Sum of RGB (Red+Green+Blue) = 181+158+242=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #B59EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59EF2 is #4A610D. Grayscale: #AEAEAE. Windows color (decimal): -4874510 or 15900341. OLE color: 15900341.

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

Color convert

RGB 181 158 242 -
CMYK 0.25 0.35 0 0.05
HSL 256.43º 0.76% 0.78% -
HSV(B) 256.43º 0.35% 0.95% -
XYZ 47.31 40.69 89.36 -
YUV 174.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 181 158 242 0.25 0.35 0 0.05 256.43 0.76 0.78
Hex B5 9E F2 19 23 0 5 100 4C 4E
Octal 265 236 362 31 43 0 5 400 114 116
Binary 10110101 10011110 11110010 11001 100011 0 101 100000000 1001100 1001110

Color Harmonies of #B59EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59EF2

Black with #B59EF2

Text Example


Text Example

White with #B59EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59EF2; }

 p { color: rgb(181,158,242); }

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

background-color css

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

 a { background-color: rgb(181,158,242); }

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

border-color css

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

 span { border-color: rgb(181,158,242); }

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