Html Css Color HEX #B33A87 Medium Red Violet

📋 copy color: '#B33A87'

red 179 ◦ green 58 ◦ blue 135

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

Shades of Medium Red Violet #B33A87

Tints of Medium Red Violet #B33A87

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.59%

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 48.12%
G = 15.59%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B33A87 (or 0xB33A87) is known color: Medium Red Violet. HEX triplet: B3, 3A and 87. RGB value is (179,58,135). Sum of RGB (Red+Green+Blue) = 179+58+135=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33A87 is #4CC578. Grayscale: #666666. Windows color (decimal): -5031289 or 8862387. OLE color: 8862387.

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

Color convert

RGB 179 58 135 -
CMYK 0 0.68 0.25 0.30
HSL 321.82º 0.51% 0.46% -
HSV(B) 321.82º 0.68% 0.7% -
XYZ 24.48 14.36 24.4 -
YUV 102.96 146.09 182.24 -
System Red Green Blue C M Y K H S L
Decimal 179 58 135 0 0.68 0.25 0.30 321.82 0.51 0.46
Hex B3 3A 87 0 44 19 1E 142 33 2E
Octal 263 72 207 0 104 31 36 502 63 56
Binary 10110011 111010 10000111 0 1000100 11001 11110 101000010 110011 101110

Color Harmonies of #B33A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A87

Black with #B33A87

Text Example


Text Example

White with #B33A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A87; }

 p { color: rgb(179,58,135); }

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

background-color css

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

 a { background-color: rgb(179,58,135); }

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

border-color css

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

 span { border-color: rgb(179,58,135); }

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