Html Css Color HEX #B3307D Medium Red Violet

📋 copy color: '#B3307D'

red 179 ◦ green 48 ◦ blue 125

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

Shades of Medium Red Violet #B3307D

Tints of Medium Red Violet #B3307D

RGB

 RED value IS 179 (70.31% from 255) = 50.85%

 GREEN value IS 48 (19.14% from 255) = 13.64%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 50.85%
G = 13.64%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3307D (or 0xB3307D) is known color: Medium Red Violet. HEX triplet: B3, 30 and 7D. RGB value is (179,48,125). Sum of RGB (Red+Green+Blue) = 179+48+125=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3307D is #4CCF82. Grayscale: #5F5F5F. Windows color (decimal): -5033859 or 8204467. OLE color: 8204467.

HSL color Cylindrical-coordinate representation of color #B3307D: hue angle of 324.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3307D is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 48 125 -
CMYK 0 0.73 0.30 0.30
HSL 324.73º 0.58% 0.45% -
HSV(B) 324.73º 0.73% 0.7% -
XYZ 23.35 13.18 20.72 -
YUV 95.95 144.4 187.24 -
System Red Green Blue C M Y K H S L
Decimal 179 48 125 0 0.73 0.30 0.30 324.73 0.58 0.45
Hex B3 30 7D 0 49 1E 1E 145 3A 2D
Octal 263 60 175 0 111 36 36 505 72 55
Binary 10110011 110000 1111101 0 1001001 11110 11110 101000101 111010 101101

Color Harmonies of #B3307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3307D

Black with #B3307D

Text Example


Text Example

White with #B3307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3307D; }

 p { color: rgb(179,48,125); }

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

background-color css

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

 a { background-color: rgb(179,48,125); }

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

border-color css

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

 span { border-color: rgb(179,48,125); }

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