Html Css Color HEX #B00B8C Medium Violet Red

📋 copy color: '#B00B8C'

red 176 ◦ green 11 ◦ blue 140

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

Shades of Medium Violet Red #B00B8C

Tints of Medium Violet Red #B00B8C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.36%

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 53.82%
G = 3.36%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B00B8C (or 0xB00B8C) is known color: Medium Violet Red. HEX triplet: B0, 0B and 8C. RGB value is (176,11,140). Sum of RGB (Red+Green+Blue) = 176+11+140=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00B8C is #4FF473. Grayscale: #4A4A4A. Windows color (decimal): -5239924 or 9178032. OLE color: 9178032.

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

Color convert

RGB 176 11 140 -
CMYK 0 0.94 0.20 0.31
HSL 313.09º 0.88% 0.37% -
HSV(B) 313.09º 0.94% 0.69% -
XYZ 22.76 11.36 25.8 -
YUV 75.04 164.66 200.01 -
System Red Green Blue C M Y K H S L
Decimal 176 11 140 0 0.94 0.20 0.31 313.09 0.88 0.37
Hex B0 B 8C 0 5E 14 1F 139 58 25
Octal 260 13 214 0 136 24 37 471 130 45
Binary 10110000 1011 10001100 0 1011110 10100 11111 100111001 1011000 100101

Color Harmonies of #B00B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00B8C

Black with #B00B8C

Text Example


Text Example

White with #B00B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00B8C; }

 p { color: rgb(176,11,140); }

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

background-color css

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

 a { background-color: rgb(176,11,140); }

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

border-color css

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

 span { border-color: rgb(176,11,140); }

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