Html Css Color HEX #B33B8C Medium Red Violet

📋 copy color: '#B33B8C'

red 179 ◦ green 59 ◦ blue 140

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

Shades of Medium Red Violet #B33B8C

Tints of Medium Red Violet #B33B8C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.61%

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 47.35%
G = 15.61%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B33B8C (or 0xB33B8C) is known color: Medium Red Violet. HEX triplet: B3, 3B and 8C. RGB value is (179,59,140). Sum of RGB (Red+Green+Blue) = 179+59+140=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33B8C is #4CC473. Grayscale: #676767. Windows color (decimal): -5031028 or 9190323. OLE color: 9190323.

HSL color Cylindrical-coordinate representation of color #B33B8C: hue angle of 319.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33B8C is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 59 140 -
CMYK 0 0.67 0.22 0.30
HSL 319.5º 0.5% 0.47% -
HSV(B) 319.5º 0.67% 0.7% -
XYZ 24.89 14.61 26.32 -
YUV 104.11 148.26 181.41 -
System Red Green Blue C M Y K H S L
Decimal 179 59 140 0 0.67 0.22 0.30 319.5 0.5 0.47
Hex B3 3B 8C 0 43 16 1E 140 32 2F
Octal 263 73 214 0 103 26 36 500 62 57
Binary 10110011 111011 10001100 0 1000011 10110 11110 101000000 110010 101111

Color Harmonies of #B33B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B8C

Black with #B33B8C

Text Example


Text Example

White with #B33B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B8C; }

 p { color: rgb(179,59,140); }

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

background-color css

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

 a { background-color: rgb(179,59,140); }

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

border-color css

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

 span { border-color: rgb(179,59,140); }

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