Html Css Color HEX #B33092 Medium Red Violet

📋 copy color: '#B33092'

red 179 ◦ green 48 ◦ blue 146

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

Shades of Medium Red Violet #B33092

Tints of Medium Red Violet #B33092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.14%

R = 47.99%
G = 12.87%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B33092 (or 0xB33092) is known color: Medium Red Violet. HEX triplet: B3, 30 and 92. RGB value is (179,48,146). Sum of RGB (Red+Green+Blue) = 179+48+146=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B33092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33092 is #4CCF6D. Grayscale: #626262. Windows color (decimal): -5033838 or 9580723. OLE color: 9580723.

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

Color convert

RGB 179 48 146 -
CMYK 0 0.73 0.18 0.30
HSL 315.11º 0.58% 0.45% -
HSV(B) 315.11º 0.73% 0.7% -
XYZ 24.84 13.77 28.54 -
YUV 98.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 179 48 146 0 0.73 0.18 0.30 315.11 0.58 0.45
Hex B3 30 92 0 49 12 1E 13B 3A 2D
Octal 263 60 222 0 111 22 36 473 72 55
Binary 10110011 110000 10010010 0 1001001 10010 11110 100111011 111010 101101

Color Harmonies of #B33092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33092

Black with #B33092

Text Example


Text Example

White with #B33092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33092; }

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

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

background-color css

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

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

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

border-color css

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

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

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