Html Css Color HEX #B40C94 Medium Violet Red

📋 copy color: '#B40C94'

red 180 ◦ green 12 ◦ blue 148

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

Shades of Medium Violet Red #B40C94

Tints of Medium Violet Red #B40C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.53%

R = 52.94%
G = 3.53%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B40C94 (or 0xB40C94) is known color: Medium Violet Red. HEX triplet: B4, 0C and 94. RGB value is (180,12,148). Sum of RGB (Red+Green+Blue) = 180+12+148=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C94 is #4BF36B. Grayscale: #4D4D4D. Windows color (decimal): -4977516 or 9702580. OLE color: 9702580.

HSL color Cylindrical-coordinate representation of color #B40C94: hue angle of 311.43º 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 #B40C94 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 12 148 -
CMYK 0 0.93 0.18 0.29
HSL 311.43º 0.88% 0.38% -
HSV(B) 311.43º 0.93% 0.71% -
XYZ 24.3 12.1 29.07 -
YUV 77.74 167.66 200.94 -
System Red Green Blue C M Y K H S L
Decimal 180 12 148 0 0.93 0.18 0.29 311.43 0.88 0.38
Hex B4 C 94 0 5D 12 1D 137 58 26
Octal 264 14 224 0 135 22 35 467 130 46
Binary 10110100 1100 10010100 0 1011101 10010 11101 100110111 1011000 100110

Color Harmonies of #B40C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C94

Black with #B40C94

Text Example


Text Example

White with #B40C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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