Html Css Color HEX #B43C8B Medium Red Violet

📋 copy color: '#B43C8B'

red 180 ◦ green 60 ◦ blue 139

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

Shades of Medium Red Violet #B43C8B

Tints of Medium Red Violet #B43C8B

RGB

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

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

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

R = 47.49%
G = 15.83%
B = 36.68%

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

#B43C8B (or 0xB43C8B) is known color: Medium Red Violet. HEX triplet: B4, 3C and 8B. RGB value is (180,60,139). Sum of RGB (Red+Green+Blue) = 180+60+139=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43C8B is #4BC374. Grayscale: #686868. Windows color (decimal): -4965237 or 9125044. OLE color: 9125044.

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

Color convert

RGB 180 60 139 -
CMYK 0 0.67 0.23 0.29
HSL 320.5º 0.5% 0.47% -
HSV(B) 320.5º 0.67% 0.71% -
XYZ 25.1 14.8 25.96 -
YUV 104.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 180 60 139 0 0.67 0.23 0.29 320.5 0.5 0.47
Hex B4 3C 8B 0 43 17 1D 140 32 2F
Octal 264 74 213 0 103 27 35 500 62 57
Binary 10110100 111100 10001011 0 1000011 10111 11101 101000000 110010 101111

Color Harmonies of #B43C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C8B

Black with #B43C8B

Text Example


Text Example

White with #B43C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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