Html Css Color HEX #B40CA2 Medium Violet Red

📋 copy color: '#B40CA2'

red 180 ◦ green 12 ◦ blue 162

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

Shades of Medium Violet Red #B40CA2

Tints of Medium Violet Red #B40CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.76%

R = 50.85%
G = 3.39%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B40CA2 (or 0xB40CA2) is known color: Medium Violet Red. HEX triplet: B4, 0C and A2. RGB value is (180,12,162). Sum of RGB (Red+Green+Blue) = 180+12+162=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B40CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40CA2 is #4BF35D. Grayscale: #4E4E4E. Windows color (decimal): -4977502 or 10620084. OLE color: 10620084.

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

Color convert

RGB 180 12 162 -
CMYK 0 0.93 0.1 0.29
HSL 306.43º 0.88% 0.38% -
HSV(B) 306.43º 0.93% 0.71% -
XYZ 25.48 12.57 35.27 -
YUV 79.33 174.66 199.8 -
System Red Green Blue C M Y K H S L
Decimal 180 12 162 0 0.93 0.1 0.29 306.43 0.88 0.38
Hex B4 C A2 0 5D A 1D 132 58 26
Octal 264 14 242 0 135 12 35 462 130 46
Binary 10110100 1100 10100010 0 1011101 1010 11101 100110010 1011000 100110

Color Harmonies of #B40CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CA2

Black with #B40CA2

Text Example


Text Example

White with #B40CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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