Html Css Color HEX #B00B8B Medium Violet Red

📋 copy color: '#B00B8B'

red 176 ◦ green 11 ◦ blue 139

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

Shades of Medium Violet Red #B00B8B

Tints of Medium Violet Red #B00B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 53.99%
G = 3.37%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B00B8B (or 0xB00B8B) is known color: Medium Violet Red. HEX triplet: B0, 0B and 8B. RGB value is (176,11,139). Sum of RGB (Red+Green+Blue) = 176+11+139=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00B8B is #4FF474. Grayscale: #4A4A4A. Windows color (decimal): -5239925 or 9112496. OLE color: 9112496.

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

Color convert

RGB 176 11 139 -
CMYK 0 0.94 0.21 0.31
HSL 313.45º 0.88% 0.37% -
HSV(B) 313.45º 0.94% 0.69% -
XYZ 22.68 11.33 25.42 -
YUV 74.93 164.16 200.09 -
System Red Green Blue C M Y K H S L
Decimal 176 11 139 0 0.94 0.21 0.31 313.45 0.88 0.37
Hex B0 B 8B 0 5E 15 1F 139 58 25
Octal 260 13 213 0 136 25 37 471 130 45
Binary 10110000 1011 10001011 0 1011110 10101 11111 100111001 1011000 100101

Color Harmonies of #B00B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00B8B

Black with #B00B8B

Text Example


Text Example

White with #B00B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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