Html Css Color HEX #B03C92 Medium Red Violet

📋 copy color: '#B03C92'

red 176 ◦ green 60 ◦ blue 146

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

Shades of Medium Red Violet #B03C92

Tints of Medium Red Violet #B03C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 46.07%
G = 15.71%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B03C92 (or 0xB03C92) is known color: Medium Red Violet. HEX triplet: B0, 3C and 92. RGB value is (176,60,146). Sum of RGB (Red+Green+Blue) = 176+60+146=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03C92 is #4FC36D. Grayscale: #686868. Windows color (decimal): -5227374 or 9583792. OLE color: 9583792.

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

Color convert

RGB 176 60 146 -
CMYK 0 0.66 0.17 0.31
HSL 315.52º 0.49% 0.46% -
HSV(B) 315.52º 0.66% 0.69% -
XYZ 24.71 14.54 28.7 -
YUV 104.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 176 60 146 0 0.66 0.17 0.31 315.52 0.49 0.46
Hex B0 3C 92 0 42 11 1F 13C 31 2E
Octal 260 74 222 0 102 21 37 474 61 56
Binary 10110000 111100 10010010 0 1000010 10001 11111 100111100 110001 101110

Color Harmonies of #B03C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C92

Black with #B03C92

Text Example


Text Example

White with #B03C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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