Html Css Color HEX #B41CA2 Medium Violet Red

📋 copy color: '#B41CA2'

red 180 ◦ green 28 ◦ blue 162

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

Shades of Medium Violet Red #B41CA2

Tints of Medium Violet Red #B41CA2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.57%

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

R = 48.65%
G = 7.57%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B41CA2 (or 0xB41CA2) is known color: Medium Violet Red. HEX triplet: B4, 1C and A2. RGB value is (180,28,162). Sum of RGB (Red+Green+Blue) = 180+28+162=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B41CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41CA2 is #4BE35D. Grayscale: #585858. Windows color (decimal): -4973406 or 10624180. OLE color: 10624180.

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

Color convert

RGB 180 28 162 -
CMYK 0 0.84 0.1 0.29
HSL 307.11º 0.73% 0.41% -
HSV(B) 307.11º 0.84% 0.71% -
XYZ 25.76 13.14 35.36 -
YUV 88.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 180 28 162 0 0.84 0.1 0.29 307.11 0.73 0.41
Hex B4 1C A2 0 54 A 1D 133 49 29
Octal 264 34 242 0 124 12 35 463 111 51
Binary 10110100 11100 10100010 0 1010100 1010 11101 100110011 1001001 101001

Color Harmonies of #B41CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CA2

Black with #B41CA2

Text Example


Text Example

White with #B41CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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