Html Css Color HEX #B59EDA Biloba Flower

📋 copy color: '#B59EDA'

red 181 ◦ green 158 ◦ blue 218

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

Shades of Biloba Flower #B59EDA

Tints of Biloba Flower #B59EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 32.5%
G = 28.37%
B = 39.14%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B59EDA (or 0xB59EDA) is known color: Biloba Flower. HEX triplet: B5, 9E and DA. RGB value is (181,158,218). Sum of RGB (Red+Green+Blue) = 181+158+218=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #B59EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59EDA is #4A6125. Grayscale: #ABABAB. Windows color (decimal): -4874534 or 14327477. OLE color: 14327477.

HSL color Cylindrical-coordinate representation of color #B59EDA: hue angle of 263º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B59EDA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 158 218 -
CMYK 0.17 0.28 0 0.15
HSL 263º 0.45% 0.74% -
HSV(B) 263º 0.28% 0.85% -
XYZ 43.94 39.34 71.61 -
YUV 171.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 181 158 218 0.17 0.28 0 0.15 263 0.45 0.74
Hex B5 9E DA 11 1C 0 F 107 2D 4A
Octal 265 236 332 21 34 0 17 407 55 112
Binary 10110101 10011110 11011010 10001 11100 0 1111 100000111 101101 1001010

Color Harmonies of #B59EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59EDA

Black with #B59EDA

Text Example


Text Example

White with #B59EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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