Html Css Color HEX #B615AF Deep Magenta

📋 copy color: '#B615AF'

red 182 ◦ green 21 ◦ blue 175

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

Shades of Deep Magenta #B615AF

Tints of Deep Magenta #B615AF

RGB

 RED value IS 182 (71.48% from 255) = 48.15%

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 48.15%
G = 5.56%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B615AF (or 0xB615AF) is known color: Deep Magenta. HEX triplet: B6, 15 and AF. RGB value is (182,21,175). Sum of RGB (Red+Green+Blue) = 182+21+175=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B615AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B615AF is #49EA50. Grayscale: #565656. Windows color (decimal): -4844113 or 11474358. OLE color: 11474358.

HSL color Cylindrical-coordinate representation of color #B615AF: hue angle of 302.61º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B615AF is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 21 175 -
CMYK 0 0.88 0.04 0.29
HSL 302.61º 0.79% 0.4% -
HSV(B) 302.61º 0.88% 0.71% -
XYZ 27.3 13.58 41.74 -
YUV 86.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 182 21 175 0 0.88 0.04 0.29 302.61 0.79 0.4
Hex B6 15 AF 0 58 4 1D 12F 4F 28
Octal 266 25 257 0 130 4 35 457 117 50
Binary 10110110 10101 10101111 0 1011000 100 11101 100101111 1001111 101000

Color Harmonies of #B615AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B615AF

Black with #B615AF

Text Example


Text Example

White with #B615AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B615AF; }

 p { color: rgb(182,21,175); }

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

background-color css

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

 a { background-color: rgb(182,21,175); }

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

border-color css

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

 span { border-color: rgb(182,21,175); }

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