Html Css Color HEX #B00C99 Medium Violet Red

📋 copy color: '#B00C99'

red 176 ◦ green 12 ◦ blue 153

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

Shades of Medium Violet Red #B00C99

Tints of Medium Violet Red #B00C99

RGB

 RED value IS 176 (69.14% from 255) = 51.61%

 GREEN value IS 12 (5.08% from 255) = 3.52%

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

R = 51.61%
G = 3.52%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B00C99 (or 0xB00C99) is known color: Medium Violet Red. HEX triplet: B0, 0C and 99. RGB value is (176,12,153). Sum of RGB (Red+Green+Blue) = 176+12+153=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00C99 is #4FF366. Grayscale: #4C4C4C. Windows color (decimal): -5239655 or 10030256. OLE color: 10030256.

HSL color Cylindrical-coordinate representation of color #B00C99: hue angle of 308.41º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C99 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 12 153 -
CMYK 0 0.93 0.13 0.31
HSL 308.41º 0.87% 0.37% -
HSV(B) 308.41º 0.93% 0.69% -
XYZ 23.79 11.79 31.16 -
YUV 77.11 170.83 198.54 -
System Red Green Blue C M Y K H S L
Decimal 176 12 153 0 0.93 0.13 0.31 308.41 0.87 0.37
Hex B0 C 99 0 5D D 1F 134 57 25
Octal 260 14 231 0 135 15 37 464 127 45
Binary 10110000 1100 10011001 0 1011101 1101 11111 100110100 1010111 100101

Color Harmonies of #B00C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C99

Black with #B00C99

Text Example


Text Example

White with #B00C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C99; }

 p { color: rgb(176,12,153); }

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

background-color css

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

 a { background-color: rgb(176,12,153); }

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

border-color css

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

 span { border-color: rgb(176,12,153); }

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