Html Css Color HEX #B33498 Medium Red Violet

📋 copy color: '#B33498'

red 179 ◦ green 52 ◦ blue 152

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

Shades of Medium Red Violet #B33498

Tints of Medium Red Violet #B33498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.58%

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

R = 46.74%
G = 13.58%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B33498 (or 0xB33498) is known color: Medium Red Violet. HEX triplet: B3, 34 and 98. RGB value is (179,52,152). Sum of RGB (Red+Green+Blue) = 179+52+152=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B33498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33498 is #4CCB67. Grayscale: #656565. Windows color (decimal): -5032808 or 9974963. OLE color: 9974963.

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

Color convert

RGB 179 52 152 -
CMYK 0 0.71 0.15 0.30
HSL 312.76º 0.55% 0.45% -
HSV(B) 312.76º 0.71% 0.7% -
XYZ 25.49 14.31 31.12 -
YUV 101.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 179 52 152 0 0.71 0.15 0.30 312.76 0.55 0.45
Hex B3 34 98 0 47 F 1E 139 37 2D
Octal 263 64 230 0 107 17 36 471 67 55
Binary 10110011 110100 10011000 0 1000111 1111 11110 100111001 110111 101101

Color Harmonies of #B33498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33498

Black with #B33498

Text Example


Text Example

White with #B33498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33498; }

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

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

background-color css

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

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

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

border-color css

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

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

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