Html Css Color HEX #B43A9D Medium Red Violet

📋 copy color: '#B43A9D'

red 180 ◦ green 58 ◦ blue 157

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

Shades of Medium Red Violet #B43A9D

Tints of Medium Red Violet #B43A9D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.68%

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 45.57%
G = 14.68%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B43A9D (or 0xB43A9D) is known color: Medium Red Violet. HEX triplet: B4, 3A and 9D. RGB value is (180,58,157). Sum of RGB (Red+Green+Blue) = 180+58+157=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43A9D is #4BC562. Grayscale: #696969. Windows color (decimal): -4965731 or 10304180. OLE color: 10304180.

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

Color convert

RGB 180 58 157 -
CMYK 0 0.68 0.13 0.29
HSL 311.31º 0.51% 0.47% -
HSV(B) 311.31º 0.68% 0.71% -
XYZ 26.42 15.16 33.43 -
YUV 105.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 180 58 157 0 0.68 0.13 0.29 311.31 0.51 0.47
Hex B4 3A 9D 0 44 D 1D 137 33 2F
Octal 264 72 235 0 104 15 35 467 63 57
Binary 10110100 111010 10011101 0 1000100 1101 11101 100110111 110011 101111

Color Harmonies of #B43A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43A9D

Black with #B43A9D

Text Example


Text Example

White with #B43A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43A9D; }

 p { color: rgb(180,58,157); }

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

background-color css

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

 a { background-color: rgb(180,58,157); }

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

border-color css

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

 span { border-color: rgb(180,58,157); }

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