Html Css Color HEX #B03383 Medium Red Violet

📋 copy color: '#B03383'

red 176 ◦ green 51 ◦ blue 131

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

Shades of Medium Red Violet #B03383

Tints of Medium Red Violet #B03383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

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

R = 49.16%
G = 14.25%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B03383 (or 0xB03383) is known color: Medium Red Violet. HEX triplet: B0, 33 and 83. RGB value is (176,51,131). Sum of RGB (Red+Green+Blue) = 176+51+131=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B03383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03383 is #4FCC7C. Grayscale: #616161. Windows color (decimal): -5229693 or 8598448. OLE color: 8598448.

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

Color convert

RGB 176 51 131 -
CMYK 0 0.71 0.26 0.31
HSL 321.6º 0.55% 0.45% -
HSV(B) 321.6º 0.71% 0.69% -
XYZ 23.19 13.24 22.81 -
YUV 97.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 176 51 131 0 0.71 0.26 0.31 321.6 0.55 0.45
Hex B0 33 83 0 47 1A 1F 142 37 2D
Octal 260 63 203 0 107 32 37 502 67 55
Binary 10110000 110011 10000011 0 1000111 11010 11111 101000010 110111 101101

Color Harmonies of #B03383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03383

Black with #B03383

Text Example


Text Example

White with #B03383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03383; }

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

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

background-color css

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

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

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

border-color css

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

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

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