Html Css Color HEX #B5347B Medium Red Violet

📋 copy color: '#B5347B'

red 181 ◦ green 52 ◦ blue 123

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

Shades of Medium Red Violet #B5347B

Tints of Medium Red Violet #B5347B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 50.84%
G = 14.61%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5347B (or 0xB5347B) is known color: Medium Red Violet. HEX triplet: B5, 34 and 7B. RGB value is (181,52,123). Sum of RGB (Red+Green+Blue) = 181+52+123=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5347B is #4ACB84. Grayscale: #626262. Windows color (decimal): -4901765 or 8074421. OLE color: 8074421.

HSL color Cylindrical-coordinate representation of color #B5347B: hue angle of 326.98º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5347B is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 123 -
CMYK 0 0.71 0.32 0.29
HSL 326.98º 0.55% 0.46% -
HSV(B) 326.98º 0.71% 0.71% -
XYZ 23.86 13.71 20.13 -
YUV 98.67 141.74 186.73 -
System Red Green Blue C M Y K H S L
Decimal 181 52 123 0 0.71 0.32 0.29 326.98 0.55 0.46
Hex B5 34 7B 0 47 20 1D 147 37 2E
Octal 265 64 173 0 107 40 35 507 67 56
Binary 10110101 110100 1111011 0 1000111 100000 11101 101000111 110111 101110

Color Harmonies of #B5347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5347B

Black with #B5347B

Text Example


Text Example

White with #B5347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5347B; }

 p { color: rgb(181,52,123); }

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

background-color css

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

 a { background-color: rgb(181,52,123); }

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

border-color css

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

 span { border-color: rgb(181,52,123); }

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