Html Css Color HEX #B33074 Medium Red Violet

📋 copy color: '#B33074'

red 179 ◦ green 48 ◦ blue 116

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

Shades of Medium Red Violet #B33074

Tints of Medium Red Violet #B33074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 52.19%
G = 13.99%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B33074 (or 0xB33074) is known color: Medium Red Violet. HEX triplet: B3, 30 and 74. RGB value is (179,48,116). Sum of RGB (Red+Green+Blue) = 179+48+116=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B33074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33074 is #4CCF8B. Grayscale: #5E5E5E. Windows color (decimal): -5033868 or 7614643. OLE color: 7614643.

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

Color convert

RGB 179 48 116 -
CMYK 0 0.73 0.35 0.30
HSL 328.85º 0.58% 0.45% -
HSV(B) 328.85º 0.73% 0.7% -
XYZ 22.8 12.96 17.82 -
YUV 94.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 179 48 116 0 0.73 0.35 0.30 328.85 0.58 0.45
Hex B3 30 74 0 49 23 1E 149 3A 2D
Octal 263 60 164 0 111 43 36 511 72 55
Binary 10110011 110000 1110100 0 1001001 100011 11110 101001001 111010 101101

Color Harmonies of #B33074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33074

Black with #B33074

Text Example


Text Example

White with #B33074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33074; }

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

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

background-color css

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

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

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

border-color css

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

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

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