Html Css Color HEX #B825AF Deep Magenta

📋 copy color: '#B825AF'

red 184 ◦ green 37 ◦ blue 175

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

Shades of Deep Magenta #B825AF

Tints of Deep Magenta #B825AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 46.46%
G = 9.34%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B825AF (or 0xB825AF) is known color: Deep Magenta. HEX triplet: B8, 25 and AF. RGB value is (184,37,175). Sum of RGB (Red+Green+Blue) = 184+37+175=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B825AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B825AF is #47DA50. Grayscale: #606060. Windows color (decimal): -4708945 or 11478456. OLE color: 11478456.

HSL color Cylindrical-coordinate representation of color #B825AF: hue angle of 303.67º 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 #B825AF is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 175 -
CMYK 0 0.80 0.05 0.28
HSL 303.67º 0.67% 0.43% -
HSV(B) 303.67º 0.8% 0.72% -
XYZ 28.17 14.61 41.89 -
YUV 96.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 184 37 175 0 0.80 0.05 0.28 303.67 0.67 0.43
Hex B8 25 AF 0 50 5 1C 130 43 2B
Octal 270 45 257 0 120 5 34 460 103 53
Binary 10111000 100101 10101111 0 1010000 101 11100 100110000 1000011 101011

Color Harmonies of #B825AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825AF

Black with #B825AF

Text Example


Text Example

White with #B825AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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