Html Css Color HEX #B825BA Deep Magenta

📋 copy color: '#B825BA'

red 184 ◦ green 37 ◦ blue 186

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

Shades of Deep Magenta #B825BA

Tints of Deep Magenta #B825BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.09%

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

R = 45.21%
G = 9.09%
B = 45.7%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B825BA (or 0xB825BA) is known color: Deep Magenta. HEX triplet: B8, 25 and BA. RGB value is (184,37,186). Sum of RGB (Red+Green+Blue) = 184+37+186=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #B825BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825BA is #47DA45. Grayscale: #616161. Windows color (decimal): -4708934 or 12199352. OLE color: 12199352.

HSL color Cylindrical-coordinate representation of color #B825BA: hue angle of 299.19º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B825BA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 37 186 -
CMYK 0.01 0.80 0 0.27
HSL 299.19º 0.67% 0.44% -
HSV(B) 299.19º 0.8% 0.73% -
XYZ 29.29 15.06 47.82 -
YUV 97.94 177.7 189.38 -
System Red Green Blue C M Y K H S L
Decimal 184 37 186 0.01 0.80 0 0.27 299.19 0.67 0.44
Hex B8 25 BA 1 50 0 1B 12B 43 2C
Octal 270 45 272 1 120 0 33 453 103 54
Binary 10111000 100101 10111010 1 1010000 0 11011 100101011 1000011 101100

Color Harmonies of #B825BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825BA

Black with #B825BA

Text Example


Text Example

White with #B825BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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