Html Css Color HEX #B33397 Medium Red Violet

📋 copy color: '#B33397'

red 179 ◦ green 51 ◦ blue 151

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

Shades of Medium Red Violet #B33397

Tints of Medium Red Violet #B33397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.39%

 BLUE value IS 151 (59.38% from 255) = 39.63%

R = 46.98%
G = 13.39%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B33397 (or 0xB33397) is known color: Medium Red Violet. HEX triplet: B3, 33 and 97. RGB value is (179,51,151). Sum of RGB (Red+Green+Blue) = 179+51+151=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B33397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33397 is #4CCC68. Grayscale: #646464. Windows color (decimal): -5033065 or 9909171. OLE color: 9909171.

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

Color convert

RGB 179 51 151 -
CMYK 0 0.72 0.16 0.30
HSL 313.13º 0.56% 0.45% -
HSV(B) 313.13º 0.72% 0.7% -
XYZ 25.36 14.19 30.68 -
YUV 100.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 179 51 151 0 0.72 0.16 0.30 313.13 0.56 0.45
Hex B3 33 97 0 48 10 1E 139 38 2D
Octal 263 63 227 0 110 20 36 471 70 55
Binary 10110011 110011 10010111 0 1001000 10000 11110 100111001 111000 101101

Color Harmonies of #B33397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33397

Black with #B33397

Text Example


Text Example

White with #B33397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33397; }

 p { color: rgb(179,51,151); }

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

background-color css

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

 a { background-color: rgb(179,51,151); }

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

border-color css

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

 span { border-color: rgb(179,51,151); }

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