Html Css Color HEX #B825BB Deep Magenta

📋 copy color: '#B825BB'

red 184 ◦ green 37 ◦ blue 187

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

Shades of Deep Magenta #B825BB

Tints of Deep Magenta #B825BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 45.1%
G = 9.07%
B = 45.83%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B825BB (or 0xB825BB) is known color: Deep Magenta. HEX triplet: B8, 25 and BB. RGB value is (184,37,187). Sum of RGB (Red+Green+Blue) = 184+37+187=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #B825BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825BB is #47DA44. Grayscale: #616161. Windows color (decimal): -4708933 or 12264888. OLE color: 12264888.

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

Color convert

RGB 184 37 187 -
CMYK 0.02 0.80 0 0.27
HSL 298.8º 0.67% 0.44% -
HSV(B) 298.8º 0.8% 0.73% -
XYZ 29.4 15.1 48.38 -
YUV 98.05 178.2 189.3 -
System Red Green Blue C M Y K H S L
Decimal 184 37 187 0.02 0.80 0 0.27 298.8 0.67 0.44
Hex B8 25 BB 2 50 0 1B 12B 43 2C
Octal 270 45 273 2 120 0 33 453 103 54
Binary 10111000 100101 10111011 10 1010000 0 11011 100101011 1000011 101100

Color Harmonies of #B825BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825BB

Black with #B825BB

Text Example


Text Example

White with #B825BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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