Html Css Color HEX #B03E83 Medium Red Violet

📋 copy color: '#B03E83'

red 176 ◦ green 62 ◦ blue 131

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

Shades of Medium Red Violet #B03E83

Tints of Medium Red Violet #B03E83

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.8%

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 47.7%
G = 16.8%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B03E83 (or 0xB03E83) is known color: Medium Red Violet. HEX triplet: B0, 3E and 83. RGB value is (176,62,131). Sum of RGB (Red+Green+Blue) = 176+62+131=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03E83 is #4FC17C. Grayscale: #676767. Windows color (decimal): -5226877 or 8601264. OLE color: 8601264.

HSL color Cylindrical-coordinate representation of color #B03E83: hue angle of 323.68º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03E83 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 62 131 -
CMYK 0 0.65 0.26 0.31
HSL 323.68º 0.48% 0.47% -
HSV(B) 323.68º 0.65% 0.69% -
XYZ 23.72 14.31 22.99 -
YUV 103.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 176 62 131 0 0.65 0.26 0.31 323.68 0.48 0.47
Hex B0 3E 83 0 41 1A 1F 144 30 2F
Octal 260 76 203 0 101 32 37 504 60 57
Binary 10110000 111110 10000011 0 1000001 11010 11111 101000100 110000 101111

Color Harmonies of #B03E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03E83

Black with #B03E83

Text Example


Text Example

White with #B03E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03E83; }

 p { color: rgb(176,62,131); }

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

background-color css

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

 a { background-color: rgb(176,62,131); }

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

border-color css

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

 span { border-color: rgb(176,62,131); }

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