Html Css Color HEX #BC819C Viola

📋 copy color: '#BC819C'

red 188 ◦ green 129 ◦ blue 156

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

Shades of Viola #BC819C

Tints of Viola #BC819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.27%

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

R = 39.75%
G = 27.27%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC819C (or 0xBC819C) is known color: Viola. HEX triplet: BC, 81 and 9C. RGB value is (188,129,156). Sum of RGB (Red+Green+Blue) = 188+129+156=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC819C is #437E63. Grayscale: #959595. Windows color (decimal): -4423268 or 10256828. OLE color: 10256828.

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

Color convert

RGB 188 129 156 -
CMYK 0 0.31 0.17 0.26
HSL 332.54º 0.31% 0.62% -
HSV(B) 332.54º 0.31% 0.74% -
XYZ 34.59 28.79 35.19 -
YUV 149.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 188 129 156 0 0.31 0.17 0.26 332.54 0.31 0.62
Hex BC 81 9C 0 1F 11 1A 14D 1F 3E
Octal 274 201 234 0 37 21 32 515 37 76
Binary 10111100 10000001 10011100 0 11111 10001 11010 101001101 11111 111110

Color Harmonies of #BC819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC819C

Black with #BC819C

Text Example


Text Example

White with #BC819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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