Html Css Color HEX #BC8D9A Viola

📋 copy color: '#BC8D9A'

red 188 ◦ green 141 ◦ blue 154

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

Shades of Viola #BC8D9A

Tints of Viola #BC8D9A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.19%

 BLUE value IS 154 (60.55% from 255) = 31.88%

R = 38.92%
G = 29.19%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC8D9A (or 0xBC8D9A) is known color: Viola. HEX triplet: BC, 8D and 9A. RGB value is (188,141,154). Sum of RGB (Red+Green+Blue) = 188+141+154=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D9A is #437265. Grayscale: #9C9C9C. Windows color (decimal): -4420198 or 10128828. OLE color: 10128828.

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

Color convert

RGB 188 141 154 -
CMYK 0 0.25 0.18 0.26
HSL 343.4º 0.26% 0.65% -
HSV(B) 343.4º 0.25% 0.74% -
XYZ 36.1 32.07 34.86 -
YUV 156.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 188 141 154 0 0.25 0.18 0.26 343.4 0.26 0.65
Hex BC 8D 9A 0 19 12 1A 157 1A 41
Octal 274 215 232 0 31 22 32 527 32 101
Binary 10111100 10001101 10011010 0 11001 10010 11010 101010111 11010 1000001

Color Harmonies of #BC8D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D9A

Black with #BC8D9A

Text Example


Text Example

White with #BC8D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D9A; }

 p { color: rgb(188,141,154); }

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

background-color css

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

 a { background-color: rgb(188,141,154); }

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

border-color css

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

 span { border-color: rgb(188,141,154); }

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