Html Css Color HEX #B43C8A Medium Red Violet

📋 copy color: '#B43C8A'

red 180 ◦ green 60 ◦ blue 138

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

Shades of Medium Red Violet #B43C8A

Tints of Medium Red Violet #B43C8A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.87%

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

R = 47.62%
G = 15.87%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B43C8A (or 0xB43C8A) is known color: Medium Red Violet. HEX triplet: B4, 3C and 8A. RGB value is (180,60,138). Sum of RGB (Red+Green+Blue) = 180+60+138=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43C8A is #4BC375. Grayscale: #686868. Windows color (decimal): -4965238 or 9059508. OLE color: 9059508.

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

Color convert

RGB 180 60 138 -
CMYK 0 0.67 0.23 0.29
HSL 321º 0.5% 0.47% -
HSV(B) 321º 0.67% 0.71% -
XYZ 25.03 14.77 25.58 -
YUV 104.77 146.76 181.66 -
System Red Green Blue C M Y K H S L
Decimal 180 60 138 0 0.67 0.23 0.29 321 0.5 0.47
Hex B4 3C 8A 0 43 17 1D 141 32 2F
Octal 264 74 212 0 103 27 35 501 62 57
Binary 10110100 111100 10001010 0 1000011 10111 11101 101000001 110010 101111

Color Harmonies of #B43C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C8A

Black with #B43C8A

Text Example


Text Example

White with #B43C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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