Html Css Color HEX #B30592 Medium Violet Red

📋 copy color: '#B30592'

red 179 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #B30592

Tints of Medium Violet Red #B30592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 54.24%
G = 1.52%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B30592 (or 0xB30592) is known color: Medium Violet Red. HEX triplet: B3, 05 and 92. RGB value is (179,5,146). Sum of RGB (Red+Green+Blue) = 179+5+146=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B30592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30592 is #4CFA6D. Grayscale: #484848. Windows color (decimal): -5044846 or 9569715. OLE color: 9569715.

HSL color Cylindrical-coordinate representation of color #B30592: hue angle of 311.38º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30592 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 146 -
CMYK 0 0.97 0.18 0.30
HSL 311.38º 0.95% 0.36% -
HSV(B) 311.38º 0.97% 0.7% -
XYZ 23.83 11.77 28.21 -
YUV 73.1 169.15 203.54 -
System Red Green Blue C M Y K H S L
Decimal 179 5 146 0 0.97 0.18 0.30 311.38 0.95 0.36
Hex B3 5 92 0 61 12 1E 137 5F 24
Octal 263 5 222 0 141 22 36 467 137 44
Binary 10110011 101 10010010 0 1100001 10010 11110 100110111 1011111 100100

Color Harmonies of #B30592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30592

Black with #B30592

Text Example


Text Example

White with #B30592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30592; }

 p { color: rgb(179,5,146); }

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

background-color css

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

 a { background-color: rgb(179,5,146); }

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

border-color css

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

 span { border-color: rgb(179,5,146); }

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