Html Css Color HEX #BC8698 Viola

📋 copy color: '#BC8698'

red 188 ◦ green 134 ◦ blue 152

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

Shades of Viola #BC8698

Tints of Viola #BC8698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

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

R = 39.66%
G = 28.27%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC8698 (or 0xBC8698) is known color: Viola. HEX triplet: BC, 86 and 98. RGB value is (188,134,152). Sum of RGB (Red+Green+Blue) = 188+134+152=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8698 is #437967. Grayscale: #989898. Windows color (decimal): -4421992 or 9995964. OLE color: 9995964.

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

Color convert

RGB 188 134 152 -
CMYK 0 0.29 0.19 0.26
HSL 340º 0.29% 0.63% -
HSV(B) 340º 0.29% 0.74% -
XYZ 34.93 30.01 33.66 -
YUV 152.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 188 134 152 0 0.29 0.19 0.26 340 0.29 0.63
Hex BC 86 98 0 1D 13 1A 154 1D 3F
Octal 274 206 230 0 35 23 32 524 35 77
Binary 10111100 10000110 10011000 0 11101 10011 11010 101010100 11101 111111

Color Harmonies of #BC8698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8698

Black with #BC8698

Text Example


Text Example

White with #BC8698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8698; }

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

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

background-color css

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

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

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

border-color css

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

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

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