Html Css Color HEX #B33082 Medium Red Violet

📋 copy color: '#B33082'

red 179 ◦ green 48 ◦ blue 130

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

Shades of Medium Red Violet #B33082

Tints of Medium Red Violet #B33082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 50.14%
G = 13.45%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B33082 (or 0xB33082) is known color: Medium Red Violet. HEX triplet: B3, 30 and 82. RGB value is (179,48,130). Sum of RGB (Red+Green+Blue) = 179+48+130=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B33082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33082 is #4CCF7D. Grayscale: #606060. Windows color (decimal): -5033854 or 8532147. OLE color: 8532147.

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

Color convert

RGB 179 48 130 -
CMYK 0 0.73 0.27 0.30
HSL 322.44º 0.58% 0.45% -
HSV(B) 322.44º 0.73% 0.7% -
XYZ 23.68 13.31 22.44 -
YUV 96.52 146.9 186.83 -
System Red Green Blue C M Y K H S L
Decimal 179 48 130 0 0.73 0.27 0.30 322.44 0.58 0.45
Hex B3 30 82 0 49 1B 1E 142 3A 2D
Octal 263 60 202 0 111 33 36 502 72 55
Binary 10110011 110000 10000010 0 1001001 11011 11110 101000010 111010 101101

Color Harmonies of #B33082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33082

Black with #B33082

Text Example


Text Example

White with #B33082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33082; }

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

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

background-color css

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

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

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

border-color css

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

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

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