Html Css Color HEX #B33B8F Medium Red Violet

📋 copy color: '#B33B8F'

red 179 ◦ green 59 ◦ blue 143

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

Shades of Medium Red Violet #B33B8F

Tints of Medium Red Violet #B33B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 46.98%
G = 15.49%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B33B8F (or 0xB33B8F) is known color: Medium Red Violet. HEX triplet: B3, 3B and 8F. RGB value is (179,59,143). Sum of RGB (Red+Green+Blue) = 179+59+143=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33B8F is #4CC470. Grayscale: #686868. Windows color (decimal): -5031025 or 9386931. OLE color: 9386931.

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

Color convert

RGB 179 59 143 -
CMYK 0 0.67 0.20 0.30
HSL 318º 0.5% 0.47% -
HSV(B) 318º 0.67% 0.7% -
XYZ 25.11 14.69 27.5 -
YUV 104.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 179 59 143 0 0.67 0.20 0.30 318 0.5 0.47
Hex B3 3B 8F 0 43 14 1E 13E 32 2F
Octal 263 73 217 0 103 24 36 476 62 57
Binary 10110011 111011 10001111 0 1000011 10100 11110 100111110 110010 101111

Color Harmonies of #B33B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B8F

Black with #B33B8F

Text Example


Text Example

White with #B33B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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