Html Css Color HEX #B43C9E Medium Red Violet

📋 copy color: '#B43C9E'

red 180 ◦ green 60 ◦ blue 158

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

Shades of Medium Red Violet #B43C9E

Tints of Medium Red Violet #B43C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 45.23%
G = 15.08%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B43C9E (or 0xB43C9E) is known color: Medium Red Violet. HEX triplet: B4, 3C and 9E. RGB value is (180,60,158). Sum of RGB (Red+Green+Blue) = 180+60+158=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43C9E is #4BC361. Grayscale: #6A6A6A. Windows color (decimal): -4965218 or 10370228. OLE color: 10370228.

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

Color convert

RGB 180 60 158 -
CMYK 0 0.67 0.12 0.29
HSL 311º 0.5% 0.47% -
HSV(B) 311º 0.67% 0.71% -
XYZ 26.61 15.4 33.92 -
YUV 107.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 180 60 158 0 0.67 0.12 0.29 311 0.5 0.47
Hex B4 3C 9E 0 43 C 1D 137 32 2F
Octal 264 74 236 0 103 14 35 467 62 57
Binary 10110100 111100 10011110 0 1000011 1100 11101 100110111 110010 101111

Color Harmonies of #B43C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C9E

Black with #B43C9E

Text Example


Text Example

White with #B43C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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