Html Css Color HEX #B43D93 Medium Red Violet

📋 copy color: '#B43D93'

red 180 ◦ green 61 ◦ blue 147

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

Shades of Medium Red Violet #B43D93

Tints of Medium Red Violet #B43D93

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.72%

 BLUE value IS 147 (57.81% from 255) = 37.89%

R = 46.39%
G = 15.72%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B43D93 (or 0xB43D93) is known color: Medium Red Violet. HEX triplet: B4, 3D and 93. RGB value is (180,61,147). Sum of RGB (Red+Green+Blue) = 180+61+147=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43D93 is #4BC26C. Grayscale: #6A6A6A. Windows color (decimal): -4964973 or 9649588. OLE color: 9649588.

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

Color convert

RGB 180 61 147 -
CMYK 0 0.66 0.18 0.29
HSL 316.64º 0.49% 0.47% -
HSV(B) 316.64º 0.66% 0.71% -
XYZ 25.76 15.15 29.17 -
YUV 106.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 180 61 147 0 0.66 0.18 0.29 316.64 0.49 0.47
Hex B4 3D 93 0 42 12 1D 13D 31 2F
Octal 264 75 223 0 102 22 35 475 61 57
Binary 10110100 111101 10010011 0 1000010 10010 11101 100111101 110001 101111

Color Harmonies of #B43D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43D93

Black with #B43D93

Text Example


Text Example

White with #B43D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43D93; }

 p { color: rgb(180,61,147); }

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

background-color css

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

 a { background-color: rgb(180,61,147); }

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

border-color css

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

 span { border-color: rgb(180,61,147); }

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