Html Css Color HEX #B5338D Medium Red Violet

📋 copy color: '#B5338D'

red 181 ◦ green 51 ◦ blue 141

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

Shades of Medium Red Violet #B5338D

Tints of Medium Red Violet #B5338D

RGB

 RED value IS 181 (71.09% from 255) = 48.53%

 GREEN value IS 51 (20.31% from 255) = 13.67%

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 48.53%
G = 13.67%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5338D (or 0xB5338D) is known color: Medium Red Violet. HEX triplet: B5, 33 and 8D. RGB value is (181,51,141). Sum of RGB (Red+Green+Blue) = 181+51+141=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5338D is #4ACC72. Grayscale: #636363. Windows color (decimal): -4902003 or 9253813. OLE color: 9253813.

HSL color Cylindrical-coordinate representation of color #B5338D: hue angle of 318.46º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5338D is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 141 -
CMYK 0 0.72 0.22 0.29
HSL 318.46º 0.56% 0.45% -
HSV(B) 318.46º 0.72% 0.71% -
XYZ 25.05 14.11 26.6 -
YUV 100.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 181 51 141 0 0.72 0.22 0.29 318.46 0.56 0.45
Hex B5 33 8D 0 48 16 1D 13E 38 2D
Octal 265 63 215 0 110 26 35 476 70 55
Binary 10110101 110011 10001101 0 1001000 10110 11101 100111110 111000 101101

Color Harmonies of #B5338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5338D

Black with #B5338D

Text Example


Text Example

White with #B5338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5338D; }

 p { color: rgb(181,51,141); }

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

background-color css

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

 a { background-color: rgb(181,51,141); }

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

border-color css

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

 span { border-color: rgb(181,51,141); }

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