Html Css Color HEX #BC8C9D Viola

📋 copy color: '#BC8C9D'

red 188 ◦ green 140 ◦ blue 157

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

Shades of Viola #BC8C9D

Tints of Viola #BC8C9D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

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

R = 38.76%
G = 28.87%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC8C9D (or 0xBC8C9D) is known color: Viola. HEX triplet: BC, 8C and 9D. RGB value is (188,140,157). Sum of RGB (Red+Green+Blue) = 188+140+157=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C9D is #437362. Grayscale: #9C9C9C. Windows color (decimal): -4420451 or 10325180. OLE color: 10325180.

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

Color convert

RGB 188 140 157 -
CMYK 0 0.26 0.16 0.26
HSL 338.75º 0.26% 0.64% -
HSV(B) 338.75º 0.26% 0.74% -
XYZ 36.2 31.88 36.14 -
YUV 156.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 188 140 157 0 0.26 0.16 0.26 338.75 0.26 0.64
Hex BC 8C 9D 0 1A 10 1A 153 1A 40
Octal 274 214 235 0 32 20 32 523 32 100
Binary 10111100 10001100 10011101 0 11010 10000 11010 101010011 11010 1000000

Color Harmonies of #BC8C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C9D

Black with #BC8C9D

Text Example


Text Example

White with #BC8C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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