Html Css Color HEX #BC809C Viola

📋 copy color: '#BC809C'

red 188 ◦ green 128 ◦ blue 156

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

Shades of Viola #BC809C

Tints of Viola #BC809C

RGB

 RED value IS 188 (73.83% from 255) = 39.83%

 GREEN value IS 128 (50.39% from 255) = 27.12%

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 39.83%
G = 27.12%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC809C (or 0xBC809C) is known color: Viola. HEX triplet: BC, 80 and 9C. RGB value is (188,128,156). Sum of RGB (Red+Green+Blue) = 188+128+156=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC809C is #437F63. Grayscale: #959595. Windows color (decimal): -4423524 or 10256572. OLE color: 10256572.

HSL color Cylindrical-coordinate representation of color #BC809C: hue angle of 332º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC809C is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 156 -
CMYK 0 0.32 0.17 0.26
HSL 332º 0.31% 0.62% -
HSV(B) 332º 0.32% 0.74% -
XYZ 34.46 28.53 35.14 -
YUV 149.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 188 128 156 0 0.32 0.17 0.26 332 0.31 0.62
Hex BC 80 9C 0 20 11 1A 14C 1F 3E
Octal 274 200 234 0 40 21 32 514 37 76
Binary 10111100 10000000 10011100 0 100000 10001 11010 101001100 11111 111110

Color Harmonies of #BC809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC809C

Black with #BC809C

Text Example


Text Example

White with #BC809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC809C; }

 p { color: rgb(188,128,156); }

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

background-color css

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

 a { background-color: rgb(188,128,156); }

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

border-color css

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

 span { border-color: rgb(188,128,156); }

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