Html Css Color HEX #BC8099 Viola

📋 copy color: '#BC8099'

red 188 ◦ green 128 ◦ blue 153

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

Shades of Viola #BC8099

Tints of Viola #BC8099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

 BLUE value IS 153 (60.16% from 255) = 32.62%

R = 40.09%
G = 27.29%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC8099 (or 0xBC8099) is known color: Viola. HEX triplet: BC, 80 and 99. RGB value is (188,128,153). Sum of RGB (Red+Green+Blue) = 188+128+153=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8099 is #437F66. Grayscale: #949494. Windows color (decimal): -4423527 or 10059964. OLE color: 10059964.

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

Color convert

RGB 188 128 153 -
CMYK 0 0.32 0.19 0.26
HSL 335º 0.31% 0.62% -
HSV(B) 335º 0.32% 0.74% -
XYZ 34.21 28.43 33.82 -
YUV 148.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 188 128 153 0 0.32 0.19 0.26 335 0.31 0.62
Hex BC 80 99 0 20 13 1A 14F 1F 3E
Octal 274 200 231 0 40 23 32 517 37 76
Binary 10111100 10000000 10011001 0 100000 10011 11010 101001111 11111 111110

Color Harmonies of #BC8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8099

Black with #BC8099

Text Example


Text Example

White with #BC8099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8099; }

 p { color: rgb(188,128,153); }

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

background-color css

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

 a { background-color: rgb(188,128,153); }

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

border-color css

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

 span { border-color: rgb(188,128,153); }

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