Html Css Color HEX #B215A6 Medium Violet Red

📋 copy color: '#B215A6'

red 178 ◦ green 21 ◦ blue 166

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

Shades of Medium Violet Red #B215A6

Tints of Medium Violet Red #B215A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 48.77%
G = 5.75%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B215A6 (or 0xB215A6) is known color: Medium Violet Red. HEX triplet: B2, 15 and A6. RGB value is (178,21,166). Sum of RGB (Red+Green+Blue) = 178+21+166=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B215A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B215A6 is #4DEA59. Grayscale: #545454. Windows color (decimal): -5106266 or 10884530. OLE color: 10884530.

HSL color Cylindrical-coordinate representation of color #B215A6: hue angle of 304.59º 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 #B215A6 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 21 166 -
CMYK 0 0.88 0.07 0.30
HSL 304.59º 0.79% 0.39% -
HSV(B) 304.59º 0.88% 0.7% -
XYZ 25.51 12.75 37.19 -
YUV 84.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 178 21 166 0 0.88 0.07 0.30 304.59 0.79 0.39
Hex B2 15 A6 0 58 7 1E 131 4F 27
Octal 262 25 246 0 130 7 36 461 117 47
Binary 10110010 10101 10100110 0 1011000 111 11110 100110001 1001111 100111

Color Harmonies of #B215A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215A6

Black with #B215A6

Text Example


Text Example

White with #B215A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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