Html Css Color HEX #B33274 Medium Red Violet

📋 copy color: '#B33274'

red 179 ◦ green 50 ◦ blue 116

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

Shades of Medium Red Violet #B33274

Tints of Medium Red Violet #B33274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.49%

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

R = 51.88%
G = 14.49%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B33274 (or 0xB33274) is known color: Medium Red Violet. HEX triplet: B3, 32 and 74. RGB value is (179,50,116). Sum of RGB (Red+Green+Blue) = 179+50+116=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B33274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33274 is #4CCD8B. Grayscale: #5F5F5F. Windows color (decimal): -5033356 or 7615155. OLE color: 7615155.

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

Color convert

RGB 179 50 116 -
CMYK 0 0.72 0.35 0.30
HSL 329.3º 0.56% 0.45% -
HSV(B) 329.3º 0.72% 0.7% -
XYZ 22.88 13.13 17.85 -
YUV 96.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 179 50 116 0 0.72 0.35 0.30 329.3 0.56 0.45
Hex B3 32 74 0 48 23 1E 149 38 2D
Octal 263 62 164 0 110 43 36 511 70 55
Binary 10110011 110010 1110100 0 1001000 100011 11110 101001001 111000 101101

Color Harmonies of #B33274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33274

Black with #B33274

Text Example


Text Example

White with #B33274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33274; }

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

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

background-color css

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

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

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

border-color css

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

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

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