Html Css Color HEX #B33298 Medium Red Violet

📋 copy color: '#B33298'

red 179 ◦ green 50 ◦ blue 152

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

Shades of Medium Red Violet #B33298

Tints of Medium Red Violet #B33298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.9%

R = 46.98%
G = 13.12%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B33298 (or 0xB33298) is known color: Medium Red Violet. HEX triplet: B3, 32 and 98. RGB value is (179,50,152). Sum of RGB (Red+Green+Blue) = 179+50+152=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B33298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33298 is #4CCD67. Grayscale: #636363. Windows color (decimal): -5033320 or 9974451. OLE color: 9974451.

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

Color convert

RGB 179 50 152 -
CMYK 0 0.72 0.15 0.30
HSL 312.56º 0.56% 0.45% -
HSV(B) 312.56º 0.72% 0.7% -
XYZ 25.4 14.13 31.09 -
YUV 100.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 179 50 152 0 0.72 0.15 0.30 312.56 0.56 0.45
Hex B3 32 98 0 48 F 1E 139 38 2D
Octal 263 62 230 0 110 17 36 471 70 55
Binary 10110011 110010 10011000 0 1001000 1111 11110 100111001 111000 101101

Color Harmonies of #B33298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33298

Black with #B33298

Text Example


Text Example

White with #B33298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33298; }

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

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

background-color css

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

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

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

border-color css

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

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

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