Html Css Color HEX #B59CC1 Chatelle

📋 copy color: '#B59CC1'

red 181 ◦ green 156 ◦ blue 193

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

Shades of Chatelle #B59CC1

Tints of Chatelle #B59CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.42%

R = 34.15%
G = 29.43%
B = 36.42%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B59CC1 (or 0xB59CC1) is known color: Chatelle. HEX triplet: B5, 9C and C1. RGB value is (181,156,193). Sum of RGB (Red+Green+Blue) = 181+156+193=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #B59CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CC1 is #4A633E. Grayscale: #A7A7A7. Windows color (decimal): -4875071 or 12688565. OLE color: 12688565.

HSL color Cylindrical-coordinate representation of color #B59CC1: hue angle of 280.54º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59CC1 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 156 193 -
CMYK 0.06 0.19 0 0.24
HSL 280.54º 0.23% 0.68% -
HSV(B) 280.54º 0.19% 0.76% -
XYZ 40.57 37.45 55.54 -
YUV 167.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 181 156 193 0.06 0.19 0 0.24 280.54 0.23 0.68
Hex B5 9C C1 6 13 0 18 119 17 44
Octal 265 234 301 6 23 0 30 431 27 104
Binary 10110101 10011100 11000001 110 10011 0 11000 100011001 10111 1000100

Color Harmonies of #B59CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59CC1

Black with #B59CC1

Text Example


Text Example

White with #B59CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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