Html Css Color HEX #B4438A Medium Red Violet

📋 copy color: '#B4438A'

red 180 ◦ green 67 ◦ blue 138

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

Shades of Medium Red Violet #B4438A

Tints of Medium Red Violet #B4438A

RGB

 RED value IS 180 (70.7% from 255) = 46.75%

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 46.75%
G = 17.4%
B = 35.84%

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

#B4438A (or 0xB4438A) is known color: Medium Red Violet. HEX triplet: B4, 43 and 8A. RGB value is (180,67,138). Sum of RGB (Red+Green+Blue) = 180+67+138=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4438A is #4BBC75. Grayscale: #6C6C6C. Windows color (decimal): -4963446 or 9061300. OLE color: 9061300.

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

Color convert

RGB 180 67 138 -
CMYK 0 0.63 0.23 0.29
HSL 322.3º 0.46% 0.48% -
HSV(B) 322.3º 0.63% 0.71% -
XYZ 25.42 15.55 25.71 -
YUV 108.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 180 67 138 0 0.63 0.23 0.29 322.3 0.46 0.48
Hex B4 43 8A 0 3F 17 1D 142 2E 30
Octal 264 103 212 0 77 27 35 502 56 60
Binary 10110100 1000011 10001010 0 111111 10111 11101 101000010 101110 110000

Color Harmonies of #B4438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4438A

Black with #B4438A

Text Example


Text Example

White with #B4438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4438A; }

 p { color: rgb(180,67,138); }

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

background-color css

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

 a { background-color: rgb(180,67,138); }

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

border-color css

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

 span { border-color: rgb(180,67,138); }

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