Html Css Color HEX #B33688 Medium Red Violet

📋 copy color: '#B33688'

red 179 ◦ green 54 ◦ blue 136

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

Shades of Medium Red Violet #B33688

Tints of Medium Red Violet #B33688

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.63%

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 48.51%
G = 14.63%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B33688 (or 0xB33688) is known color: Medium Red Violet. HEX triplet: B3, 36 and 88. RGB value is (179,54,136). Sum of RGB (Red+Green+Blue) = 179+54+136=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B33688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33688 is #4CC977. Grayscale: #646464. Windows color (decimal): -5032312 or 8926899. OLE color: 8926899.

HSL color Cylindrical-coordinate representation of color #B33688: hue angle of 320.64º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33688 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 54 136 -
CMYK 0 0.70 0.24 0.30
HSL 320.64º 0.54% 0.46% -
HSV(B) 320.64º 0.7% 0.7% -
XYZ 24.35 14 24.71 -
YUV 100.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 179 54 136 0 0.70 0.24 0.30 320.64 0.54 0.46
Hex B3 36 88 0 46 18 1E 141 36 2E
Octal 263 66 210 0 106 30 36 501 66 56
Binary 10110011 110110 10001000 0 1000110 11000 11110 101000001 110110 101110

Color Harmonies of #B33688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33688

Black with #B33688

Text Example


Text Example

White with #B33688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33688; }

 p { color: rgb(179,54,136); }

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

background-color css

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

 a { background-color: rgb(179,54,136); }

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

border-color css

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

 span { border-color: rgb(179,54,136); }

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