Html Css Color HEX #B59CDA Biloba Flower

📋 copy color: '#B59CDA'

red 181 ◦ green 156 ◦ blue 218

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

Shades of Biloba Flower #B59CDA

Tints of Biloba Flower #B59CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.11%

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

R = 32.61%
G = 28.11%
B = 39.28%

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

#B59CDA (or 0xB59CDA) is known color: Biloba Flower. HEX triplet: B5, 9C and DA. RGB value is (181,156,218). Sum of RGB (Red+Green+Blue) = 181+156+218=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #B59CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CDA is #4A6325. Grayscale: #AAAAAA. Windows color (decimal): -4875046 or 14326965. OLE color: 14326965.

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

Color convert

RGB 181 156 218 -
CMYK 0.17 0.28 0 0.15
HSL 264.19º 0.46% 0.73% -
HSV(B) 264.19º 0.28% 0.85% -
XYZ 43.6 38.66 71.49 -
YUV 170.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 181 156 218 0.17 0.28 0 0.15 264.19 0.46 0.73
Hex B5 9C DA 11 1C 0 F 108 2E 49
Octal 265 234 332 21 34 0 17 410 56 111
Binary 10110101 10011100 11011010 10001 11100 0 1111 100001000 101110 1001001

Color Harmonies of #B59CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59CDA

Black with #B59CDA

Text Example


Text Example

White with #B59CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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