Html Css Color HEX #B43B7E Medium Red Violet

📋 copy color: '#B43B7E'

red 180 ◦ green 59 ◦ blue 126

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

Shades of Medium Red Violet #B43B7E

Tints of Medium Red Violet #B43B7E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.16%

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 49.32%
G = 16.16%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B43B7E (or 0xB43B7E) is known color: Medium Red Violet. HEX triplet: B4, 3B and 7E. RGB value is (180,59,126). Sum of RGB (Red+Green+Blue) = 180+59+126=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43B7E is #4BC481. Grayscale: #666666. Windows color (decimal): -4965506 or 8272820. OLE color: 8272820.

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

Color convert

RGB 180 59 126 -
CMYK 0 0.67 0.3 0.29
HSL 326.78º 0.51% 0.47% -
HSV(B) 326.78º 0.67% 0.71% -
XYZ 24.15 14.34 21.23 -
YUV 102.82 141.09 183.05 -
System Red Green Blue C M Y K H S L
Decimal 180 59 126 0 0.67 0.3 0.29 326.78 0.51 0.47
Hex B4 3B 7E 0 43 1E 1D 147 33 2F
Octal 264 73 176 0 103 36 35 507 63 57
Binary 10110100 111011 1111110 0 1000011 11110 11101 101000111 110011 101111

Color Harmonies of #B43B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43B7E

Black with #B43B7E

Text Example


Text Example

White with #B43B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43B7E; }

 p { color: rgb(180,59,126); }

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

background-color css

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

 a { background-color: rgb(180,59,126); }

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

border-color css

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

 span { border-color: rgb(180,59,126); }

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