Html Css Color HEX #B33A8A Medium Red Violet

📋 copy color: '#B33A8A'

red 179 ◦ green 58 ◦ blue 138

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

Shades of Medium Red Violet #B33A8A

Tints of Medium Red Violet #B33A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 47.73%
G = 15.47%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B33A8A (or 0xB33A8A) is known color: Medium Red Violet. HEX triplet: B3, 3A and 8A. RGB value is (179,58,138). Sum of RGB (Red+Green+Blue) = 179+58+138=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33A8A is #4CC575. Grayscale: #676767. Windows color (decimal): -5031286 or 9058995. OLE color: 9058995.

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

Color convert

RGB 179 58 138 -
CMYK 0 0.68 0.23 0.30
HSL 320.33º 0.51% 0.46% -
HSV(B) 320.33º 0.68% 0.7% -
XYZ 24.69 14.44 25.53 -
YUV 103.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 179 58 138 0 0.68 0.23 0.30 320.33 0.51 0.46
Hex B3 3A 8A 0 44 17 1E 140 33 2E
Octal 263 72 212 0 104 27 36 500 63 56
Binary 10110011 111010 10001010 0 1000100 10111 11110 101000000 110011 101110

Color Harmonies of #B33A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A8A

Black with #B33A8A

Text Example


Text Example

White with #B33A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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