Html Css Color HEX #B40893 Medium Violet Red

📋 copy color: '#B40893'

red 180 ◦ green 8 ◦ blue 147

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

Shades of Medium Violet Red #B40893

Tints of Medium Violet Red #B40893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.39%

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

R = 53.73%
G = 2.39%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B40893 (or 0xB40893) is known color: Medium Violet Red. HEX triplet: B4, 08 and 93. RGB value is (180,8,147). Sum of RGB (Red+Green+Blue) = 180+8+147=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B40893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40893 is #4BF76C. Grayscale: #4A4A4A. Windows color (decimal): -4978541 or 9636020. OLE color: 9636020.

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

Color convert

RGB 180 8 147 -
CMYK 0 0.96 0.18 0.29
HSL 311.51º 0.91% 0.37% -
HSV(B) 311.51º 0.96% 0.71% -
XYZ 24.18 11.98 28.64 -
YUV 75.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 180 8 147 0 0.96 0.18 0.29 311.51 0.91 0.37
Hex B4 8 93 0 60 12 1D 138 5B 25
Octal 264 10 223 0 140 22 35 470 133 45
Binary 10110100 1000 10010011 0 1100000 10010 11101 100111000 1011011 100101

Color Harmonies of #B40893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40893

Black with #B40893

Text Example


Text Example

White with #B40893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40893; }

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

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

background-color css

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

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

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

border-color css

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

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

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