Html Css Color HEX #B59EEA Biloba Flower

📋 copy color: '#B59EEA'

red 181 ◦ green 158 ◦ blue 234

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

Shades of Biloba Flower #B59EEA

Tints of Biloba Flower #B59EEA

RGB

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

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

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

R = 31.59%
G = 27.57%
B = 40.84%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B59EEA (or 0xB59EEA) is known color: Biloba Flower. HEX triplet: B5, 9E and EA. RGB value is (181,158,234). Sum of RGB (Red+Green+Blue) = 181+158+234=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #B59EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59EEA is #4A6115. Grayscale: #ADADAD. Windows color (decimal): -4874518 or 15376053. OLE color: 15376053.

HSL color Cylindrical-coordinate representation of color #B59EEA: hue angle of 258.16º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B59EEA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 158 234 -
CMYK 0.23 0.32 0 0.08
HSL 258.16º 0.64% 0.77% -
HSV(B) 258.16º 0.32% 0.92% -
XYZ 46.13 40.22 83.17 -
YUV 173.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 181 158 234 0.23 0.32 0 0.08 258.16 0.64 0.77
Hex B5 9E EA 17 20 0 8 102 40 4D
Octal 265 236 352 27 40 0 10 402 100 115
Binary 10110101 10011110 11101010 10111 100000 0 1000 100000010 1000000 1001101

Color Harmonies of #B59EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59EEA

Black with #B59EEA

Text Example


Text Example

White with #B59EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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