Html Css Color HEX #BC8398 Viola

📋 copy color: '#BC8398'

red 188 ◦ green 131 ◦ blue 152

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

Shades of Viola #BC8398

Tints of Viola #BC8398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

 BLUE value IS 152 (59.77% from 255) = 32.27%

R = 39.92%
G = 27.81%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC8398 (or 0xBC8398) is known color: Viola. HEX triplet: BC, 83 and 98. RGB value is (188,131,152). Sum of RGB (Red+Green+Blue) = 188+131+152=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8398 is #437C67. Grayscale: #969696. Windows color (decimal): -4422760 or 9995196. OLE color: 9995196.

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

Color convert

RGB 188 131 152 -
CMYK 0 0.30 0.19 0.26
HSL 337.89º 0.3% 0.63% -
HSV(B) 337.89º 0.3% 0.74% -
XYZ 34.52 29.19 33.52 -
YUV 150.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 188 131 152 0 0.30 0.19 0.26 337.89 0.3 0.63
Hex BC 83 98 0 1E 13 1A 152 1E 3F
Octal 274 203 230 0 36 23 32 522 36 77
Binary 10111100 10000011 10011000 0 11110 10011 11010 101010010 11110 111111

Color Harmonies of #BC8398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8398

Black with #BC8398

Text Example


Text Example

White with #BC8398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8398; }

 p { color: rgb(188,131,152); }

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

background-color css

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

 a { background-color: rgb(188,131,152); }

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

border-color css

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

 span { border-color: rgb(188,131,152); }

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