Html Css Color HEX #B59DDC Biloba Flower

📋 copy color: '#B59DDC'

red 181 ◦ green 157 ◦ blue 220

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

Shades of Biloba Flower #B59DDC

Tints of Biloba Flower #B59DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.14%

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

R = 32.44%
G = 28.14%
B = 39.43%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B59DDC (or 0xB59DDC) is known color: Biloba Flower. HEX triplet: B5, 9D and DC. RGB value is (181,157,220). Sum of RGB (Red+Green+Blue) = 181+157+220=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #B59DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DDC is #4A6223. Grayscale: #ABABAB. Windows color (decimal): -4874788 or 14458293. OLE color: 14458293.

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

Color convert

RGB 181 157 220 -
CMYK 0.18 0.29 0 0.14
HSL 262.86º 0.47% 0.74% -
HSV(B) 262.86º 0.29% 0.86% -
XYZ 44.03 39.11 72.94 -
YUV 171.36 155.45 134.88 -
System Red Green Blue C M Y K H S L
Decimal 181 157 220 0.18 0.29 0 0.14 262.86 0.47 0.74
Hex B5 9D DC 12 1D 0 E 107 2F 4A
Octal 265 235 334 22 35 0 16 407 57 112
Binary 10110101 10011101 11011100 10010 11101 0 1110 100000111 101111 1001010

Color Harmonies of #B59DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59DDC

Black with #B59DDC

Text Example


Text Example

White with #B59DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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