Html Css Color HEX #B59EDC Biloba Flower

📋 copy color: '#B59EDC'

red 181 ◦ green 158 ◦ blue 220

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

Shades of Biloba Flower #B59EDC

Tints of Biloba Flower #B59EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 32.38%
G = 28.26%
B = 39.36%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B59EDC (or 0xB59EDC) is known color: Biloba Flower. HEX triplet: B5, 9E and DC. RGB value is (181,158,220). Sum of RGB (Red+Green+Blue) = 181+158+220=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #B59EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59EDC is #4A6123. Grayscale: #ABABAB. Windows color (decimal): -4874532 or 14458549. OLE color: 14458549.

HSL color Cylindrical-coordinate representation of color #B59EDC: hue angle of 262.26º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B59EDC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 158 220 -
CMYK 0.18 0.28 0 0.14
HSL 262.26º 0.47% 0.74% -
HSV(B) 262.26º 0.28% 0.86% -
XYZ 44.2 39.44 72.99 -
YUV 171.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 181 158 220 0.18 0.28 0 0.14 262.26 0.47 0.74
Hex B5 9E DC 12 1C 0 E 106 2F 4A
Octal 265 236 334 22 34 0 16 406 57 112
Binary 10110101 10011110 11011100 10010 11100 0 1110 100000110 101111 1001010

Color Harmonies of #B59EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59EDC

Black with #B59EDC

Text Example


Text Example

White with #B59EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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