Html Css Color HEX #BC8498 Viola

📋 copy color: '#BC8498'

red 188 ◦ green 132 ◦ blue 152

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

Shades of Viola #BC8498

Tints of Viola #BC8498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.97%

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

R = 39.83%
G = 27.97%
B = 32.2%

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

#BC8498 (or 0xBC8498) is known color: Viola. HEX triplet: BC, 84 and 98. RGB value is (188,132,152). Sum of RGB (Red+Green+Blue) = 188+132+152=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8498 is #437B67. Grayscale: #979797. Windows color (decimal): -4422504 or 9995452. OLE color: 9995452.

HSL color Cylindrical-coordinate representation of color #BC8498: hue angle of 338.57º degrees, saturation: 0.29, 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 #BC8498 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 152 -
CMYK 0 0.30 0.19 0.26
HSL 338.57º 0.29% 0.63% -
HSV(B) 338.57º 0.3% 0.74% -
XYZ 34.66 29.46 33.57 -
YUV 151.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 188 132 152 0 0.30 0.19 0.26 338.57 0.29 0.63
Hex BC 84 98 0 1E 13 1A 153 1D 3F
Octal 274 204 230 0 36 23 32 523 35 77
Binary 10111100 10000100 10011000 0 11110 10011 11010 101010011 11101 111111

Color Harmonies of #BC8498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8498

Black with #BC8498

Text Example


Text Example

White with #BC8498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8498; }

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

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

background-color css

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

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

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

border-color css

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

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

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