Html Css Color HEX #B617BA Deep Magenta

📋 copy color: '#B617BA'

red 182 ◦ green 23 ◦ blue 186

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

Shades of Deep Magenta #B617BA

Tints of Deep Magenta #B617BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.88%

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 46.55%
G = 5.88%
B = 47.57%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B617BA (or 0xB617BA) is known color: Deep Magenta. HEX triplet: B6, 17 and BA. RGB value is (182,23,186). Sum of RGB (Red+Green+Blue) = 182+23+186=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #B617BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617BA is #49E845. Grayscale: #585858. Windows color (decimal): -4843590 or 12195766. OLE color: 12195766.

HSL color Cylindrical-coordinate representation of color #B617BA: hue angle of 298.53º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B617BA is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 23 186 -
CMYK 0.02 0.88 0 0.27
HSL 298.53º 0.78% 0.41% -
HSV(B) 298.53º 0.88% 0.73% -
XYZ 28.46 14.1 47.68 -
YUV 89.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 182 23 186 0.02 0.88 0 0.27 298.53 0.78 0.41
Hex B6 17 BA 2 58 0 1B 12B 4E 29
Octal 266 27 272 2 130 0 33 453 116 51
Binary 10110110 10111 10111010 10 1011000 0 11011 100101011 1001110 101001

Color Harmonies of #B617BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617BA

Black with #B617BA

Text Example


Text Example

White with #B617BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617BA; }

 p { color: rgb(182,23,186); }

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

background-color css

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

 a { background-color: rgb(182,23,186); }

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

border-color css

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

 span { border-color: rgb(182,23,186); }

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