Html Css Color HEX #B59ED2 Biloba Flower

📋 copy color: '#B59ED2'

red 181 ◦ green 158 ◦ blue 210

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

Shades of Biloba Flower #B59ED2

Tints of Biloba Flower #B59ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.25%

R = 32.97%
G = 28.78%
B = 38.25%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B59ED2 (or 0xB59ED2) is known color: Biloba Flower. HEX triplet: B5, 9E and D2. RGB value is (181,158,210). Sum of RGB (Red+Green+Blue) = 181+158+210=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 210 - color contains mainly: blue. Hex color #B59ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ED2 is #4A612D. Grayscale: #AAAAAA. Windows color (decimal): -4874542 or 13803189. OLE color: 13803189.

HSL color Cylindrical-coordinate representation of color #B59ED2: hue angle of 266.54º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B59ED2 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 158 210 -
CMYK 0.14 0.25 0 0.18
HSL 266.54º 0.37% 0.72% -
HSV(B) 266.54º 0.25% 0.82% -
XYZ 42.92 38.93 66.23 -
YUV 170.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 181 158 210 0.14 0.25 0 0.18 266.54 0.37 0.72
Hex B5 9E D2 E 19 0 12 10B 25 48
Octal 265 236 322 16 31 0 22 413 45 110
Binary 10110101 10011110 11010010 1110 11001 0 10010 100001011 100101 1001000

Color Harmonies of #B59ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59ED2

Black with #B59ED2

Text Example


Text Example

White with #B59ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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