Html Css Color HEX #B03C7B Medium Red Violet

📋 copy color: '#B03C7B'

red 176 ◦ green 60 ◦ blue 123

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

Shades of Medium Red Violet #B03C7B

Tints of Medium Red Violet #B03C7B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.71%

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

R = 49.03%
G = 16.71%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B03C7B (or 0xB03C7B) is known color: Medium Red Violet. HEX triplet: B0, 3C and 7B. RGB value is (176,60,123). Sum of RGB (Red+Green+Blue) = 176+60+123=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03C7B is #4FC384. Grayscale: #656565. Windows color (decimal): -5227397 or 8076464. OLE color: 8076464.

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

Color convert

RGB 176 60 123 -
CMYK 0 0.66 0.30 0.31
HSL 327.41º 0.49% 0.46% -
HSV(B) 327.41º 0.66% 0.69% -
XYZ 23.1 13.89 20.2 -
YUV 101.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 176 60 123 0 0.66 0.30 0.31 327.41 0.49 0.46
Hex B0 3C 7B 0 42 1E 1F 147 31 2E
Octal 260 74 173 0 102 36 37 507 61 56
Binary 10110000 111100 1111011 0 1000010 11110 11111 101000111 110001 101110

Color Harmonies of #B03C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C7B

Black with #B03C7B

Text Example


Text Example

White with #B03C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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