Html Css Color HEX #B03184 Medium Red Violet

📋 copy color: '#B03184'

red 176 ◦ green 49 ◦ blue 132

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

Shades of Medium Red Violet #B03184

Tints of Medium Red Violet #B03184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.73%

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 49.3%
G = 13.73%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B03184 (or 0xB03184) is known color: Medium Red Violet. HEX triplet: B0, 31 and 84. RGB value is (176,49,132). Sum of RGB (Red+Green+Blue) = 176+49+132=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B03184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03184 is #4FCE7B. Grayscale: #606060. Windows color (decimal): -5230204 or 8663472. OLE color: 8663472.

HSL color Cylindrical-coordinate representation of color #B03184: hue angle of 320.79º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03184 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 132 -
CMYK 0 0.72 0.25 0.31
HSL 320.79º 0.56% 0.44% -
HSV(B) 320.79º 0.72% 0.69% -
XYZ 23.17 13.09 23.14 -
YUV 96.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 176 49 132 0 0.72 0.25 0.31 320.79 0.56 0.44
Hex B0 31 84 0 48 19 1F 141 38 2C
Octal 260 61 204 0 110 31 37 501 70 54
Binary 10110000 110001 10000100 0 1001000 11001 11111 101000001 111000 101100

Color Harmonies of #B03184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03184

Black with #B03184

Text Example


Text Example

White with #B03184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03184; }

 p { color: rgb(176,49,132); }

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

background-color css

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

 a { background-color: rgb(176,49,132); }

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

border-color css

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

 span { border-color: rgb(176,49,132); }

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