Html Css Color HEX #B33098 Medium Red Violet

📋 copy color: '#B33098'

red 179 ◦ green 48 ◦ blue 152

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

Shades of Medium Red Violet #B33098

Tints of Medium Red Violet #B33098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.66%

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

R = 47.23%
G = 12.66%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B33098 (or 0xB33098) is known color: Medium Red Violet. HEX triplet: B3, 30 and 98. RGB value is (179,48,152). Sum of RGB (Red+Green+Blue) = 179+48+152=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B33098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33098 is #4CCF67. Grayscale: #626262. Windows color (decimal): -5033832 or 9973939. OLE color: 9973939.

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

Color convert

RGB 179 48 152 -
CMYK 0 0.73 0.15 0.30
HSL 312.37º 0.58% 0.45% -
HSV(B) 312.37º 0.73% 0.7% -
XYZ 25.31 13.96 31.07 -
YUV 99.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 179 48 152 0 0.73 0.15 0.30 312.37 0.58 0.45
Hex B3 30 98 0 49 F 1E 138 3A 2D
Octal 263 60 230 0 111 17 36 470 72 55
Binary 10110011 110000 10011000 0 1001001 1111 11110 100111000 111010 101101

Color Harmonies of #B33098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33098

Black with #B33098

Text Example


Text Example

White with #B33098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33098; }

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

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

background-color css

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

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

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

border-color css

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

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

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