Html Css Color HEX #B33086 Medium Red Violet

📋 copy color: '#B33086'

red 179 ◦ green 48 ◦ blue 134

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

Shades of Medium Red Violet #B33086

Tints of Medium Red Violet #B33086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.12%

R = 49.58%
G = 13.3%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B33086 (or 0xB33086) is known color: Medium Red Violet. HEX triplet: B3, 30 and 86. RGB value is (179,48,134). Sum of RGB (Red+Green+Blue) = 179+48+134=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B33086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33086 is #4CCF79. Grayscale: #606060. Windows color (decimal): -5033850 or 8794291. OLE color: 8794291.

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

Color convert

RGB 179 48 134 -
CMYK 0 0.73 0.25 0.30
HSL 320.61º 0.58% 0.45% -
HSV(B) 320.61º 0.73% 0.7% -
XYZ 23.95 13.42 23.88 -
YUV 96.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 179 48 134 0 0.73 0.25 0.30 320.61 0.58 0.45
Hex B3 30 86 0 49 19 1E 141 3A 2D
Octal 263 60 206 0 111 31 36 501 72 55
Binary 10110011 110000 10000110 0 1001001 11001 11110 101000001 111010 101101

Color Harmonies of #B33086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33086

Black with #B33086

Text Example


Text Example

White with #B33086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33086; }

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

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

background-color css

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

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

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

border-color css

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

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

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