Html Css Color HEX #B241A0 Medium Red Violet

📋 copy color: '#B241A0'

red 178 ◦ green 65 ◦ blue 160

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

Shades of Medium Red Violet #B241A0

Tints of Medium Red Violet #B241A0

RGB

 RED value IS 178 (69.92% from 255) = 44.17%

 GREEN value IS 65 (25.78% from 255) = 16.13%

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 44.17%
G = 16.13%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B241A0 (or 0xB241A0) is known color: Medium Red Violet. HEX triplet: B2, 41 and A0. RGB value is (178,65,160). Sum of RGB (Red+Green+Blue) = 178+65+160=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B241A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B241A0 is #4DBE5F. Grayscale: #6D6D6D. Windows color (decimal): -5095008 or 10502578. OLE color: 10502578.

HSL color Cylindrical-coordinate representation of color #B241A0: hue angle of 309.56º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B241A0 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 65 160 -
CMYK 0 0.63 0.10 0.30
HSL 309.56º 0.47% 0.48% -
HSV(B) 309.56º 0.63% 0.7% -
XYZ 26.6 15.78 34.9 -
YUV 109.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 178 65 160 0 0.63 0.10 0.30 309.56 0.47 0.48
Hex B2 41 A0 0 3F A 1E 136 2F 30
Octal 262 101 240 0 77 12 36 466 57 60
Binary 10110010 1000001 10100000 0 111111 1010 11110 100110110 101111 110000

Color Harmonies of #B241A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241A0

Black with #B241A0

Text Example


Text Example

White with #B241A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241A0; }

 p { color: rgb(178,65,160); }

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

background-color css

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

 a { background-color: rgb(178,65,160); }

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

border-color css

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

 span { border-color: rgb(178,65,160); }

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