Html Css Color HEX #B5047B Medium Violet Red

📋 copy color: '#B5047B'

red 181 ◦ green 4 ◦ blue 123

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

Shades of Medium Violet Red #B5047B

Tints of Medium Violet Red #B5047B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

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

R = 58.77%
G = 1.3%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5047B (or 0xB5047B) is known color: Medium Violet Red. HEX triplet: B5, 04 and 7B. RGB value is (181,4,123). Sum of RGB (Red+Green+Blue) = 181+4+123=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5047B is #4AFB84. Grayscale: #464646. Windows color (decimal): -4914053 or 8062133. OLE color: 8062133.

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

Color convert

RGB 181 4 123 -
CMYK 0 0.98 0.32 0.29
HSL 319.66º 0.96% 0.36% -
HSV(B) 319.66º 0.98% 0.71% -
XYZ 22.67 11.34 19.73 -
YUV 70.49 157.64 206.82 -
System Red Green Blue C M Y K H S L
Decimal 181 4 123 0 0.98 0.32 0.29 319.66 0.96 0.36
Hex B5 4 7B 0 62 20 1D 140 60 24
Octal 265 4 173 0 142 40 35 500 140 44
Binary 10110101 100 1111011 0 1100010 100000 11101 101000000 1100000 100100

Color Harmonies of #B5047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5047B

Black with #B5047B

Text Example


Text Example

White with #B5047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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