Html Css Color HEX #B5438B Medium Red Violet

📋 copy color: '#B5438B'

red 181 ◦ green 67 ◦ blue 139

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

Shades of Medium Red Violet #B5438B

Tints of Medium Red Violet #B5438B

RGB

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

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

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

R = 46.77%
G = 17.31%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5438B (or 0xB5438B) is known color: Medium Red Violet. HEX triplet: B5, 43 and 8B. RGB value is (181,67,139). Sum of RGB (Red+Green+Blue) = 181+67+139=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5438B is #4ABC74. Grayscale: #6D6D6D. Windows color (decimal): -4897909 or 9126837. OLE color: 9126837.

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

Color convert

RGB 181 67 139 -
CMYK 0 0.63 0.23 0.29
HSL 322.11º 0.46% 0.49% -
HSV(B) 322.11º 0.63% 0.71% -
XYZ 25.72 15.7 26.1 -
YUV 109.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 181 67 139 0 0.63 0.23 0.29 322.11 0.46 0.49
Hex B5 43 8B 0 3F 17 1D 142 2E 31
Octal 265 103 213 0 77 27 35 502 56 61
Binary 10110101 1000011 10001011 0 111111 10111 11101 101000010 101110 110001

Color Harmonies of #B5438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5438B

Black with #B5438B

Text Example


Text Example

White with #B5438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5438B; }

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

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

background-color css

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

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

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

border-color css

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

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

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