Html Css Color HEX #B00C85 Medium Violet Red

📋 copy color: '#B00C85'

red 176 ◦ green 12 ◦ blue 133

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

Shades of Medium Violet Red #B00C85

Tints of Medium Violet Red #B00C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 54.83%
G = 3.74%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B00C85 (or 0xB00C85) is known color: Medium Violet Red. HEX triplet: B0, 0C and 85. RGB value is (176,12,133). Sum of RGB (Red+Green+Blue) = 176+12+133=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00C85 is #4FF37A. Grayscale: #4A4A4A. Windows color (decimal): -5239675 or 8719536. OLE color: 8719536.

HSL color Cylindrical-coordinate representation of color #B00C85: hue angle of 315.73º 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 #B00C85 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 12 133 -
CMYK 0 0.93 0.24 0.31
HSL 315.73º 0.87% 0.37% -
HSV(B) 315.73º 0.93% 0.69% -
XYZ 22.27 11.19 23.18 -
YUV 74.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 176 12 133 0 0.93 0.24 0.31 315.73 0.87 0.37
Hex B0 C 85 0 5D 18 1F 13C 57 25
Octal 260 14 205 0 135 30 37 474 127 45
Binary 10110000 1100 10000101 0 1011101 11000 11111 100111100 1010111 100101

Color Harmonies of #B00C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C85

Black with #B00C85

Text Example


Text Example

White with #B00C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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