Html Css Color HEX #B3307C Medium Red Violet

📋 copy color: '#B3307C'

red 179 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #B3307C

Tints of Medium Red Violet #B3307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 51%
G = 13.68%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3307C (or 0xB3307C) is known color: Medium Red Violet. HEX triplet: B3, 30 and 7C. RGB value is (179,48,124). Sum of RGB (Red+Green+Blue) = 179+48+124=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3307C is #4CCF83. Grayscale: #5F5F5F. Windows color (decimal): -5033860 or 8138931. OLE color: 8138931.

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

Color convert

RGB 179 48 124 -
CMYK 0 0.73 0.31 0.30
HSL 325.19º 0.58% 0.45% -
HSV(B) 325.19º 0.73% 0.7% -
XYZ 23.29 13.15 20.38 -
YUV 95.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 179 48 124 0 0.73 0.31 0.30 325.19 0.58 0.45
Hex B3 30 7C 0 49 1F 1E 145 3A 2D
Octal 263 60 174 0 111 37 36 505 72 55
Binary 10110011 110000 1111100 0 1001001 11111 11110 101000101 111010 101101

Color Harmonies of #B3307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3307C

Black with #B3307C

Text Example


Text Example

White with #B3307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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