Html Css Color HEX #B618BA Deep Magenta

📋 copy color: '#B618BA'

red 182 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #B618BA

Tints of Deep Magenta #B618BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.12%

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

R = 46.43%
G = 6.12%
B = 47.45%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B618BA (or 0xB618BA) is known color: Deep Magenta. HEX triplet: B6, 18 and BA. RGB value is (182,24,186). Sum of RGB (Red+Green+Blue) = 182+24+186=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #B618BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B618BA is #49E745. Grayscale: #595959. Windows color (decimal): -4843334 or 12196022. OLE color: 12196022.

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

Color convert

RGB 182 24 186 -
CMYK 0.02 0.87 0 0.27
HSL 298.52º 0.77% 0.41% -
HSV(B) 298.52º 0.87% 0.73% -
XYZ 28.48 14.14 47.68 -
YUV 89.71 182.35 193.83 -
System Red Green Blue C M Y K H S L
Decimal 182 24 186 0.02 0.87 0 0.27 298.52 0.77 0.41
Hex B6 18 BA 2 57 0 1B 12B 4D 29
Octal 266 30 272 2 127 0 33 453 115 51
Binary 10110110 11000 10111010 10 1010111 0 11011 100101011 1001101 101001

Color Harmonies of #B618BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618BA

Black with #B618BA

Text Example


Text Example

White with #B618BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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