Html Css Color HEX #B59FCE Biloba Flower

📋 copy color: '#B59FCE'

red 181 ◦ green 159 ◦ blue 206

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

Shades of Biloba Flower #B59FCE

Tints of Biloba Flower #B59FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 33.15%
G = 29.12%
B = 37.73%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B59FCE (or 0xB59FCE) is known color: Biloba Flower. HEX triplet: B5, 9F and CE. RGB value is (181,159,206). Sum of RGB (Red+Green+Blue) = 181+159+206=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #B59FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FCE is #4A6031. Grayscale: #AAAAAA. Windows color (decimal): -4874290 or 13541301. OLE color: 13541301.

HSL color Cylindrical-coordinate representation of color #B59FCE: hue angle of 268.09º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B59FCE is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 159 206 -
CMYK 0.12 0.23 0 0.19
HSL 268.09º 0.32% 0.72% -
HSV(B) 268.09º 0.23% 0.81% -
XYZ 42.59 39.08 63.69 -
YUV 170.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 181 159 206 0.12 0.23 0 0.19 268.09 0.32 0.72
Hex B5 9F CE C 17 0 13 10C 20 48
Octal 265 237 316 14 27 0 23 414 40 110
Binary 10110101 10011111 11001110 1100 10111 0 10011 100001100 100000 1001000

Color Harmonies of #B59FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59FCE

Black with #B59FCE

Text Example


Text Example

White with #B59FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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