Html Css Color HEX #B43385 Medium Red Violet

📋 copy color: '#B43385'

red 180 ◦ green 51 ◦ blue 133

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

Shades of Medium Red Violet #B43385

Tints of Medium Red Violet #B43385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 49.45%
G = 14.01%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B43385 (or 0xB43385) is known color: Medium Red Violet. HEX triplet: B4, 33 and 85. RGB value is (180,51,133). Sum of RGB (Red+Green+Blue) = 180+51+133=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B43385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43385 is #4BCC7A. Grayscale: #626262. Windows color (decimal): -4967547 or 8729524. OLE color: 8729524.

HSL color Cylindrical-coordinate representation of color #B43385: hue angle of 321.86º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43385 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 133 -
CMYK 0 0.72 0.26 0.29
HSL 321.86º 0.56% 0.45% -
HSV(B) 321.86º 0.72% 0.71% -
XYZ 24.24 13.76 23.57 -
YUV 98.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 180 51 133 0 0.72 0.26 0.29 321.86 0.56 0.45
Hex B4 33 85 0 48 1A 1D 142 38 2D
Octal 264 63 205 0 110 32 35 502 70 55
Binary 10110100 110011 10000101 0 1001000 11010 11101 101000010 111000 101101

Color Harmonies of #B43385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43385

Black with #B43385

Text Example


Text Example

White with #B43385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43385; }

 p { color: rgb(180,51,133); }

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

background-color css

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

 a { background-color: rgb(180,51,133); }

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

border-color css

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

 span { border-color: rgb(180,51,133); }

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