Html Css Color HEX #B43082 Medium Red Violet

📋 copy color: '#B43082'

red 180 ◦ green 48 ◦ blue 130

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

Shades of Medium Red Violet #B43082

Tints of Medium Red Violet #B43082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 50.28%
G = 13.41%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B43082 (or 0xB43082) is known color: Medium Red Violet. HEX triplet: B4, 30 and 82. RGB value is (180,48,130). Sum of RGB (Red+Green+Blue) = 180+48+130=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B43082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43082 is #4BCF7D. Grayscale: #606060. Windows color (decimal): -4968318 or 8532148. OLE color: 8532148.

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

Color convert

RGB 180 48 130 -
CMYK 0 0.73 0.28 0.29
HSL 322.73º 0.58% 0.45% -
HSV(B) 322.73º 0.73% 0.71% -
XYZ 23.91 13.43 22.45 -
YUV 96.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 180 48 130 0 0.73 0.28 0.29 322.73 0.58 0.45
Hex B4 30 82 0 49 1C 1D 143 3A 2D
Octal 264 60 202 0 111 34 35 503 72 55
Binary 10110100 110000 10000010 0 1001001 11100 11101 101000011 111010 101101

Color Harmonies of #B43082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43082

Black with #B43082

Text Example


Text Example

White with #B43082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43082; }

 p { color: rgb(180,48,130); }

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

background-color css

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

 a { background-color: rgb(180,48,130); }

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

border-color css

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

 span { border-color: rgb(180,48,130); }

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