Html Css Color HEX #BC8C9B Viola

📋 copy color: '#BC8C9B'

red 188 ◦ green 140 ◦ blue 155

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

Shades of Viola #BC8C9B

Tints of Viola #BC8C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.09%

R = 38.92%
G = 28.99%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC8C9B (or 0xBC8C9B) is known color: Viola. HEX triplet: BC, 8C and 9B. RGB value is (188,140,155). Sum of RGB (Red+Green+Blue) = 188+140+155=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C9B is #437364. Grayscale: #9C9C9C. Windows color (decimal): -4420453 or 10194108. OLE color: 10194108.

HSL color Cylindrical-coordinate representation of color #BC8C9B: hue angle of 341.25º 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 #BC8C9B is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 140 155 -
CMYK 0 0.26 0.18 0.26
HSL 341.25º 0.26% 0.64% -
HSV(B) 341.25º 0.26% 0.74% -
XYZ 36.03 31.81 35.25 -
YUV 156.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 188 140 155 0 0.26 0.18 0.26 341.25 0.26 0.64
Hex BC 8C 9B 0 1A 12 1A 155 1A 40
Octal 274 214 233 0 32 22 32 525 32 100
Binary 10111100 10001100 10011011 0 11010 10010 11010 101010101 11010 1000000

Color Harmonies of #BC8C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C9B

Black with #BC8C9B

Text Example


Text Example

White with #BC8C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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