Html Css Color HEX #B59FCC Biloba Flower

📋 copy color: '#B59FCC'

red 181 ◦ green 159 ◦ blue 204

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

Shades of Biloba Flower #B59FCC

Tints of Biloba Flower #B59FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.23%

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

R = 33.27%
G = 29.23%
B = 37.5%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B59FCC (or 0xB59FCC) is known color: Biloba Flower. HEX triplet: B5, 9F and CC. RGB value is (181,159,204). Sum of RGB (Red+Green+Blue) = 181+159+204=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #B59FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FCC is #4A6033. Grayscale: #AAAAAA. Windows color (decimal): -4874292 or 13410229. OLE color: 13410229.

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

Color convert

RGB 181 159 204 -
CMYK 0.11 0.22 0 0.2
HSL 269.33º 0.31% 0.71% -
HSV(B) 269.33º 0.22% 0.8% -
XYZ 42.35 38.98 62.42 -
YUV 170.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 181 159 204 0.11 0.22 0 0.2 269.33 0.31 0.71
Hex B5 9F CC B 16 0 14 10D 1F 47
Octal 265 237 314 13 26 0 24 415 37 107
Binary 10110101 10011111 11001100 1011 10110 0 10100 100001101 11111 1000111

Color Harmonies of #B59FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59FCC

Black with #B59FCC

Text Example


Text Example

White with #B59FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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