Html Css Color HEX #B81EBA Deep Magenta

📋 copy color: '#B81EBA'

red 184 ◦ green 30 ◦ blue 186

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

Shades of Deep Magenta #B81EBA

Tints of Deep Magenta #B81EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.5%

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

R = 46%
G = 7.5%
B = 46.5%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B81EBA (or 0xB81EBA) is known color: Deep Magenta. HEX triplet: B8, 1E and BA. RGB value is (184,30,186). Sum of RGB (Red+Green+Blue) = 184+30+186=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #B81EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81EBA is #47E145. Grayscale: #5D5D5D. Windows color (decimal): -4710726 or 12197560. OLE color: 12197560.

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

Color convert

RGB 184 30 186 -
CMYK 0.01 0.84 0 0.27
HSL 299.23º 0.72% 0.42% -
HSV(B) 299.23º 0.84% 0.73% -
XYZ 29.09 14.66 47.75 -
YUV 93.83 180.02 192.32 -
System Red Green Blue C M Y K H S L
Decimal 184 30 186 0.01 0.84 0 0.27 299.23 0.72 0.42
Hex B8 1E BA 1 54 0 1B 12B 48 2A
Octal 270 36 272 1 124 0 33 453 110 52
Binary 10111000 11110 10111010 1 1010100 0 11011 100101011 1001000 101010

Color Harmonies of #B81EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81EBA

Black with #B81EBA

Text Example


Text Example

White with #B81EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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