Html Css Color HEX #B818BA Deep Magenta

📋 copy color: '#B818BA'

red 184 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #B818BA

Tints of Deep Magenta #B818BA

RGB

 RED value IS 184 (72.27% from 255) = 46.7%

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

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

R = 46.7%
G = 6.09%
B = 47.21%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B818BA (or 0xB818BA) is known color: Deep Magenta. HEX triplet: B8, 18 and BA. RGB value is (184,24,186). Sum of RGB (Red+Green+Blue) = 184+24+186=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #B818BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B818BA is #47E745. Grayscale: #595959. Windows color (decimal): -4712262 or 12196024. OLE color: 12196024.

HSL color Cylindrical-coordinate representation of color #B818BA: hue angle of 299.26º 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 #B818BA is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 24 186 -
CMYK 0.01 0.87 0 0.27
HSL 299.26º 0.77% 0.41% -
HSV(B) 299.26º 0.87% 0.73% -
XYZ 28.96 14.39 47.71 -
YUV 90.31 182.01 194.83 -
System Red Green Blue C M Y K H S L
Decimal 184 24 186 0.01 0.87 0 0.27 299.26 0.77 0.41
Hex B8 18 BA 1 57 0 1B 12B 4D 29
Octal 270 30 272 1 127 0 33 453 115 51
Binary 10111000 11000 10111010 1 1010111 0 11011 100101011 1001101 101001

Color Harmonies of #B818BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B818BA

Black with #B818BA

Text Example


Text Example

White with #B818BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B818BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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