Html Css Color HEX #B40C98 Medium Violet Red

📋 copy color: '#B40C98'

red 180 ◦ green 12 ◦ blue 152

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

Shades of Medium Violet Red #B40C98

Tints of Medium Violet Red #B40C98

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.49%

 BLUE value IS 152 (59.77% from 255) = 44.19%

R = 52.33%
G = 3.49%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B40C98 (or 0xB40C98) is known color: Medium Violet Red. HEX triplet: B4, 0C and 98. RGB value is (180,12,152). Sum of RGB (Red+Green+Blue) = 180+12+152=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C98 is #4BF367. Grayscale: #4D4D4D. Windows color (decimal): -4977512 or 9964724. OLE color: 9964724.

HSL color Cylindrical-coordinate representation of color #B40C98: hue angle of 310º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C98 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 12 152 -
CMYK 0 0.93 0.16 0.29
HSL 310º 0.88% 0.38% -
HSV(B) 310º 0.93% 0.71% -
XYZ 24.62 12.23 30.77 -
YUV 78.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 180 12 152 0 0.93 0.16 0.29 310 0.88 0.38
Hex B4 C 98 0 5D 10 1D 136 58 26
Octal 264 14 230 0 135 20 35 466 130 46
Binary 10110100 1100 10011000 0 1011101 10000 11101 100110110 1011000 100110

Color Harmonies of #B40C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C98

Black with #B40C98

Text Example


Text Example

White with #B40C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C98; }

 p { color: rgb(180,12,152); }

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

background-color css

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

 a { background-color: rgb(180,12,152); }

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

border-color css

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

 span { border-color: rgb(180,12,152); }

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