Html Css Color HEX #BC829D Viola

📋 copy color: '#BC829D'

red 188 ◦ green 130 ◦ blue 157

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

Shades of Viola #BC829D

Tints of Viola #BC829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.37%

 BLUE value IS 157 (61.72% from 255) = 33.05%

R = 39.58%
G = 27.37%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC829D (or 0xBC829D) is known color: Viola. HEX triplet: BC, 82 and 9D. RGB value is (188,130,157). Sum of RGB (Red+Green+Blue) = 188+130+157=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC829D is #437D62. Grayscale: #969696. Windows color (decimal): -4423011 or 10322620. OLE color: 10322620.

HSL color Cylindrical-coordinate representation of color #BC829D: hue angle of 332.07º degrees, saturation: 0.3, 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 #BC829D is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 130 157 -
CMYK 0 0.31 0.16 0.26
HSL 332.07º 0.3% 0.62% -
HSV(B) 332.07º 0.31% 0.74% -
XYZ 34.81 29.09 35.68 -
YUV 150.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 188 130 157 0 0.31 0.16 0.26 332.07 0.3 0.62
Hex BC 82 9D 0 1F 10 1A 14C 1E 3E
Octal 274 202 235 0 37 20 32 514 36 76
Binary 10111100 10000010 10011101 0 11111 10000 11010 101001100 11110 111110

Color Harmonies of #BC829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC829D

Black with #BC829D

Text Example


Text Example

White with #BC829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC829D; }

 p { color: rgb(188,130,157); }

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

background-color css

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

 a { background-color: rgb(188,130,157); }

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

border-color css

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

 span { border-color: rgb(188,130,157); }

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