Html Css Color HEX #B59EDD Biloba Flower

📋 copy color: '#B59EDD'

red 181 ◦ green 158 ◦ blue 221

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

Shades of Biloba Flower #B59EDD

Tints of Biloba Flower #B59EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 32.32%
G = 28.21%
B = 39.46%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B59EDD (or 0xB59EDD) is known color: Biloba Flower. HEX triplet: B5, 9E and DD. RGB value is (181,158,221). Sum of RGB (Red+Green+Blue) = 181+158+221=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #B59EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59EDD is #4A6122. Grayscale: #ABABAB. Windows color (decimal): -4874531 or 14524085. OLE color: 14524085.

HSL color Cylindrical-coordinate representation of color #B59EDD: hue angle of 261.9º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B59EDD is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 158 221 -
CMYK 0.18 0.29 0 0.13
HSL 261.9º 0.48% 0.74% -
HSV(B) 261.9º 0.29% 0.87% -
XYZ 44.33 39.5 73.69 -
YUV 172.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 181 158 221 0.18 0.29 0 0.13 261.9 0.48 0.74
Hex B5 9E DD 12 1D 0 D 106 30 4A
Octal 265 236 335 22 35 0 15 406 60 112
Binary 10110101 10011110 11011101 10010 11101 0 1101 100000110 110000 1001010

Color Harmonies of #B59EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59EDD

Black with #B59EDD

Text Example


Text Example

White with #B59EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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