Html Css Color HEX #B823BA Deep Magenta

📋 copy color: '#B823BA'

red 184 ◦ green 35 ◦ blue 186

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

Shades of Deep Magenta #B823BA

Tints of Deep Magenta #B823BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.64%

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

R = 45.43%
G = 8.64%
B = 45.93%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B823BA (or 0xB823BA) is known color: Deep Magenta. HEX triplet: B8, 23 and BA. RGB value is (184,35,186). Sum of RGB (Red+Green+Blue) = 184+35+186=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #B823BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B823BA is #47DC45. Grayscale: #606060. Windows color (decimal): -4709446 or 12198840. OLE color: 12198840.

HSL color Cylindrical-coordinate representation of color #B823BA: hue angle of 299.21º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B823BA is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 35 186 -
CMYK 0.01 0.81 0 0.27
HSL 299.21º 0.68% 0.43% -
HSV(B) 299.21º 0.81% 0.73% -
XYZ 29.23 14.94 47.8 -
YUV 96.77 178.36 190.22 -
System Red Green Blue C M Y K H S L
Decimal 184 35 186 0.01 0.81 0 0.27 299.21 0.68 0.43
Hex B8 23 BA 1 51 0 1B 12B 44 2B
Octal 270 43 272 1 121 0 33 453 104 53
Binary 10111000 100011 10111010 1 1010001 0 11011 100101011 1000100 101011

Color Harmonies of #B823BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B823BA

Black with #B823BA

Text Example


Text Example

White with #B823BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B823BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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