Html Css Color HEX #B215A0 Medium Violet Red

📋 copy color: '#B215A0'

red 178 ◦ green 21 ◦ blue 160

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

Shades of Medium Violet Red #B215A0

Tints of Medium Violet Red #B215A0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.85%

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

R = 49.58%
G = 5.85%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B215A0 (or 0xB215A0) is known color: Medium Violet Red. HEX triplet: B2, 15 and A0. RGB value is (178,21,160). Sum of RGB (Red+Green+Blue) = 178+21+160=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B215A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B215A0 is #4DEA5F. Grayscale: #535353. Windows color (decimal): -5106272 or 10491314. OLE color: 10491314.

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

Color convert

RGB 178 21 160 -
CMYK 0 0.88 0.10 0.30
HSL 306.88º 0.79% 0.39% -
HSV(B) 306.88º 0.88% 0.7% -
XYZ 24.97 12.54 34.36 -
YUV 83.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 178 21 160 0 0.88 0.10 0.30 306.88 0.79 0.39
Hex B2 15 A0 0 58 A 1E 133 4F 27
Octal 262 25 240 0 130 12 36 463 117 47
Binary 10110010 10101 10100000 0 1011000 1010 11110 100110011 1001111 100111

Color Harmonies of #B215A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215A0

Black with #B215A0

Text Example


Text Example

White with #B215A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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