Html Css Color HEX #BC0899 Medium Violet Red

📋 copy color: '#BC0899'

red 188 ◦ green 8 ◦ blue 153

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

Shades of Medium Violet Red #BC0899

Tints of Medium Violet Red #BC0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 53.87%
G = 2.29%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC0899 (or 0xBC0899) is known color: Medium Violet Red. HEX triplet: BC, 08 and 99. RGB value is (188,8,153). Sum of RGB (Red+Green+Blue) = 188+8+153=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0899 is #43F766. Grayscale: #4D4D4D. Windows color (decimal): -4454247 or 10029244. OLE color: 10029244.

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

Color convert

RGB 188 8 153 -
CMYK 0 0.96 0.19 0.26
HSL 311.67º 0.92% 0.38% -
HSV(B) 311.67º 0.96% 0.74% -
XYZ 26.58 13.16 31.28 -
YUV 78.35 170.13 206.21 -
System Red Green Blue C M Y K H S L
Decimal 188 8 153 0 0.96 0.19 0.26 311.67 0.92 0.38
Hex BC 8 99 0 60 13 1A 138 5C 26
Octal 274 10 231 0 140 23 32 470 134 46
Binary 10111100 1000 10011001 0 1100000 10011 11010 100111000 1011100 100110

Color Harmonies of #BC0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0899

Black with #BC0899

Text Example


Text Example

White with #BC0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0899; }

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

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

background-color css

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

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

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

border-color css

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

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

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