Html Css Color HEX #B3307A Medium Red Violet

📋 copy color: '#B3307A'

red 179 ◦ green 48 ◦ blue 122

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

Shades of Medium Red Violet #B3307A

Tints of Medium Red Violet #B3307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 51.29%
G = 13.75%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3307A (or 0xB3307A) is known color: Medium Red Violet. HEX triplet: B3, 30 and 7A. RGB value is (179,48,122). Sum of RGB (Red+Green+Blue) = 179+48+122=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B3307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3307A is #4CCF85. Grayscale: #5F5F5F. Windows color (decimal): -5033862 or 8007859. OLE color: 8007859.

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

Color convert

RGB 179 48 122 -
CMYK 0 0.73 0.32 0.30
HSL 326.11º 0.58% 0.45% -
HSV(B) 326.11º 0.73% 0.7% -
XYZ 23.16 13.1 19.72 -
YUV 95.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 179 48 122 0 0.73 0.32 0.30 326.11 0.58 0.45
Hex B3 30 7A 0 49 20 1E 146 3A 2D
Octal 263 60 172 0 111 40 36 506 72 55
Binary 10110011 110000 1111010 0 1001001 100000 11110 101000110 111010 101101

Color Harmonies of #B3307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3307A

Black with #B3307A

Text Example


Text Example

White with #B3307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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