Html Css Color HEX #B5338B Medium Red Violet

📋 copy color: '#B5338B'

red 181 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #B5338B

Tints of Medium Red Violet #B5338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 48.79%
G = 13.75%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5338B (or 0xB5338B) is known color: Medium Red Violet. HEX triplet: B5, 33 and 8B. RGB value is (181,51,139). Sum of RGB (Red+Green+Blue) = 181+51+139=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5338B is #4ACC74. Grayscale: #636363. Windows color (decimal): -4902005 or 9122741. OLE color: 9122741.

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

Color convert

RGB 181 51 139 -
CMYK 0 0.72 0.23 0.29
HSL 319.38º 0.56% 0.45% -
HSV(B) 319.38º 0.72% 0.71% -
XYZ 24.9 14.06 25.83 -
YUV 99.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 181 51 139 0 0.72 0.23 0.29 319.38 0.56 0.45
Hex B5 33 8B 0 48 17 1D 13F 38 2D
Octal 265 63 213 0 110 27 35 477 70 55
Binary 10110101 110011 10001011 0 1001000 10111 11101 100111111 111000 101101

Color Harmonies of #B5338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5338B

Black with #B5338B

Text Example


Text Example

White with #B5338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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