Html Css Color HEX #B0037B Medium Violet Red

📋 copy color: '#B0037B'

red 176 ◦ green 3 ◦ blue 123

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

Shades of Medium Violet Red #B0037B

Tints of Medium Violet Red #B0037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 58.28%
G = 0.99%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0037B (or 0xB0037B) is known color: Medium Violet Red. HEX triplet: B0, 03 and 7B. RGB value is (176,3,123). Sum of RGB (Red+Green+Blue) = 176+3+123=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0037B is #4FFC84. Grayscale: #444444. Windows color (decimal): -5241989 or 8061872. OLE color: 8061872.

HSL color Cylindrical-coordinate representation of color #B0037B: hue angle of 318.38º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0037B is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 3 123 -
CMYK 0 0.98 0.30 0.31
HSL 318.38º 0.97% 0.35% -
HSV(B) 318.38º 0.98% 0.69% -
XYZ 21.51 10.73 19.68 -
YUV 68.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 176 3 123 0 0.98 0.30 0.31 318.38 0.97 0.35
Hex B0 3 7B 0 62 1E 1F 13E 61 23
Octal 260 3 173 0 142 36 37 476 141 43
Binary 10110000 11 1111011 0 1100010 11110 11111 100111110 1100001 100011

Color Harmonies of #B0037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0037B

Black with #B0037B

Text Example


Text Example

White with #B0037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0037B; }

 p { color: rgb(176,3,123); }

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

background-color css

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

 a { background-color: rgb(176,3,123); }

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

border-color css

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

 span { border-color: rgb(176,3,123); }

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