Html Css Color HEX #B3037B Medium Violet Red

📋 copy color: '#B3037B'

red 179 ◦ green 3 ◦ blue 123

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

Shades of Medium Violet Red #B3037B

Tints of Medium Violet Red #B3037B

RGB

 RED value IS 179 (70.31% from 255) = 58.69%

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

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

R = 58.69%
G = 0.98%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3037B (or 0xB3037B) is known color: Medium Violet Red. HEX triplet: B3, 03 and 7B. RGB value is (179,3,123). Sum of RGB (Red+Green+Blue) = 179+3+123=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B3037B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3037B is #4CFC84. Grayscale: #454545. Windows color (decimal): -5045381 or 8061875. OLE color: 8061875.

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

Color convert

RGB 179 3 123 -
CMYK 0 0.98 0.31 0.30
HSL 319.09º 0.97% 0.36% -
HSV(B) 319.09º 0.98% 0.7% -
XYZ 22.2 11.08 19.71 -
YUV 69.3 158.31 206.24 -
System Red Green Blue C M Y K H S L
Decimal 179 3 123 0 0.98 0.31 0.30 319.09 0.97 0.36
Hex B3 3 7B 0 62 1F 1E 13F 61 24
Octal 263 3 173 0 142 37 36 477 141 44
Binary 10110011 11 1111011 0 1100010 11111 11110 100111111 1100001 100100

Color Harmonies of #B3037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3037B

Black with #B3037B

Text Example


Text Example

White with #B3037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3037B; }

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

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

background-color css

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

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

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

border-color css

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

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

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