Html Css Color HEX #B59ACC Biloba Flower

📋 copy color: '#B59ACC'

red 181 ◦ green 154 ◦ blue 204

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

Shades of Biloba Flower #B59ACC

Tints of Biloba Flower #B59ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.57%

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 33.58%
G = 28.57%
B = 37.85%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B59ACC (or 0xB59ACC) is known color: Biloba Flower. HEX triplet: B5, 9A and CC. RGB value is (181,154,204). Sum of RGB (Red+Green+Blue) = 181+154+204=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #B59ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ACC is #4A6533. Grayscale: #A7A7A7. Windows color (decimal): -4875572 or 13408949. OLE color: 13408949.

HSL color Cylindrical-coordinate representation of color #B59ACC: hue angle of 272.4º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B59ACC is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 154 204 -
CMYK 0.11 0.25 0 0.2
HSL 272.4º 0.33% 0.7% -
HSV(B) 272.4º 0.25% 0.8% -
XYZ 41.51 37.29 62.14 -
YUV 167.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 181 154 204 0.11 0.25 0 0.2 272.4 0.33 0.7
Hex B5 9A CC B 19 0 14 110 21 46
Octal 265 232 314 13 31 0 24 420 41 106
Binary 10110101 10011010 11001100 1011 11001 0 10100 100010000 100001 1000110

Color Harmonies of #B59ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59ACC

Black with #B59ACC

Text Example


Text Example

White with #B59ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59ACC; }

 p { color: rgb(181,154,204); }

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

background-color css

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

 a { background-color: rgb(181,154,204); }

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

border-color css

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

 span { border-color: rgb(181,154,204); }

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