Html Css Color HEX #B33089 Medium Red Violet

📋 copy color: '#B33089'

red 179 ◦ green 48 ◦ blue 137

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

Shades of Medium Red Violet #B33089

Tints of Medium Red Violet #B33089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.64%

R = 49.18%
G = 13.19%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B33089 (or 0xB33089) is known color: Medium Red Violet. HEX triplet: B3, 30 and 89. RGB value is (179,48,137). Sum of RGB (Red+Green+Blue) = 179+48+137=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B33089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33089 is #4CCF76. Grayscale: #616161. Windows color (decimal): -5033847 or 8990899. OLE color: 8990899.

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

Color convert

RGB 179 48 137 -
CMYK 0 0.73 0.23 0.30
HSL 319.24º 0.58% 0.45% -
HSV(B) 319.24º 0.73% 0.7% -
XYZ 24.16 13.5 25 -
YUV 97.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 179 48 137 0 0.73 0.23 0.30 319.24 0.58 0.45
Hex B3 30 89 0 49 17 1E 13F 3A 2D
Octal 263 60 211 0 111 27 36 477 72 55
Binary 10110011 110000 10001001 0 1001001 10111 11110 100111111 111010 101101

Color Harmonies of #B33089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33089

Black with #B33089

Text Example


Text Example

White with #B33089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33089; }

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

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

background-color css

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

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

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

border-color css

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

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

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