Html Css Color HEX #B33285 Medium Red Violet

📋 copy color: '#B33285'

red 179 ◦ green 50 ◦ blue 133

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

Shades of Medium Red Violet #B33285

Tints of Medium Red Violet #B33285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 49.45%
G = 13.81%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B33285 (or 0xB33285) is known color: Medium Red Violet. HEX triplet: B3, 32 and 85. RGB value is (179,50,133). Sum of RGB (Red+Green+Blue) = 179+50+133=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B33285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33285 is #4CCD7A. Grayscale: #616161. Windows color (decimal): -5033339 or 8729267. OLE color: 8729267.

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

Color convert

RGB 179 50 133 -
CMYK 0 0.72 0.26 0.30
HSL 321.4º 0.56% 0.45% -
HSV(B) 321.4º 0.72% 0.7% -
XYZ 23.96 13.56 23.54 -
YUV 98.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 179 50 133 0 0.72 0.26 0.30 321.4 0.56 0.45
Hex B3 32 85 0 48 1A 1E 141 38 2D
Octal 263 62 205 0 110 32 36 501 70 55
Binary 10110011 110010 10000101 0 1001000 11010 11110 101000001 111000 101101

Color Harmonies of #B33285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33285

Black with #B33285

Text Example


Text Example

White with #B33285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33285; }

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

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

background-color css

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

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

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

border-color css

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

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

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