Html Css Color HEX #B825B3 Deep Magenta

📋 copy color: '#B825B3'

red 184 ◦ green 37 ◦ blue 179

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

Shades of Deep Magenta #B825B3

Tints of Deep Magenta #B825B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.75%

R = 46%
G = 9.25%
B = 44.75%

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

#B825B3 (or 0xB825B3) is known color: Deep Magenta. HEX triplet: B8, 25 and B3. RGB value is (184,37,179). Sum of RGB (Red+Green+Blue) = 184+37+179=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B825B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825B3 is #47DA4C. Grayscale: #606060. Windows color (decimal): -4708941 or 11740600. OLE color: 11740600.

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

Color convert

RGB 184 37 179 -
CMYK 0 0.80 0.03 0.28
HSL 302.04º 0.67% 0.43% -
HSV(B) 302.04º 0.8% 0.72% -
XYZ 28.57 14.77 43.99 -
YUV 97.14 174.2 189.95 -
System Red Green Blue C M Y K H S L
Decimal 184 37 179 0 0.80 0.03 0.28 302.04 0.67 0.43
Hex B8 25 B3 0 50 3 1C 12E 43 2B
Octal 270 45 263 0 120 3 34 456 103 53
Binary 10111000 100101 10110011 0 1010000 11 11100 100101110 1000011 101011

Color Harmonies of #B825B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825B3

Black with #B825B3

Text Example


Text Example

White with #B825B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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