Html Css Color HEX #B825B2 Deep Magenta

📋 copy color: '#B825B2'

red 184 ◦ green 37 ◦ blue 178

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

Shades of Deep Magenta #B825B2

Tints of Deep Magenta #B825B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.61%

R = 46.12%
G = 9.27%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B825B2 (or 0xB825B2) is known color: Deep Magenta. HEX triplet: B8, 25 and B2. RGB value is (184,37,178). Sum of RGB (Red+Green+Blue) = 184+37+178=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B825B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B825B2 is #47DA4D. Grayscale: #606060. Windows color (decimal): -4708942 or 11675064. OLE color: 11675064.

HSL color Cylindrical-coordinate representation of color #B825B2: hue angle of 302.45º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B825B2 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 178 -
CMYK 0 0.80 0.03 0.28
HSL 302.45º 0.67% 0.43% -
HSV(B) 302.45º 0.8% 0.72% -
XYZ 28.46 14.73 43.46 -
YUV 97.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 184 37 178 0 0.80 0.03 0.28 302.45 0.67 0.43
Hex B8 25 B2 0 50 3 1C 12E 43 2B
Octal 270 45 262 0 120 3 34 456 103 53
Binary 10111000 100101 10110010 0 1010000 11 11100 100101110 1000011 101011

Color Harmonies of #B825B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825B2

Black with #B825B2

Text Example


Text Example

White with #B825B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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