Html Css Color HEX #B5438E Medium Red Violet

📋 copy color: '#B5438E'

red 181 ◦ green 67 ◦ blue 142

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

Shades of Medium Red Violet #B5438E

Tints of Medium Red Violet #B5438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.18%

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 46.41%
G = 17.18%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5438E (or 0xB5438E) is known color: Medium Red Violet. HEX triplet: B5, 43 and 8E. RGB value is (181,67,142). Sum of RGB (Red+Green+Blue) = 181+67+142=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5438E is #4ABC71. Grayscale: #6D6D6D. Windows color (decimal): -4897906 or 9323445. OLE color: 9323445.

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

Color convert

RGB 181 67 142 -
CMYK 0 0.63 0.22 0.29
HSL 320.53º 0.46% 0.49% -
HSV(B) 320.53º 0.63% 0.71% -
XYZ 25.95 15.79 27.27 -
YUV 109.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 181 67 142 0 0.63 0.22 0.29 320.53 0.46 0.49
Hex B5 43 8E 0 3F 16 1D 141 2E 31
Octal 265 103 216 0 77 26 35 501 56 61
Binary 10110101 1000011 10001110 0 111111 10110 11101 101000001 101110 110001

Color Harmonies of #B5438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5438E

Black with #B5438E

Text Example


Text Example

White with #B5438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5438E; }

 p { color: rgb(181,67,142); }

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

background-color css

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

 a { background-color: rgb(181,67,142); }

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

border-color css

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

 span { border-color: rgb(181,67,142); }

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