Html Css Color HEX #B817B0 Deep Magenta

📋 copy color: '#B817B0'

red 184 ◦ green 23 ◦ blue 176

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

Shades of Deep Magenta #B817B0

Tints of Deep Magenta #B817B0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.01%

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 48.04%
G = 6.01%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B817B0 (or 0xB817B0) is known color: Deep Magenta. HEX triplet: B8, 17 and B0. RGB value is (184,23,176). Sum of RGB (Red+Green+Blue) = 184+23+176=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B817B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B817B0 is #47E84F. Grayscale: #585858. Windows color (decimal): -4712528 or 11540408. OLE color: 11540408.

HSL color Cylindrical-coordinate representation of color #B817B0: hue angle of 302.98º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B817B0 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 23 176 -
CMYK 0 0.88 0.04 0.28
HSL 302.98º 0.78% 0.41% -
HSV(B) 302.98º 0.88% 0.72% -
XYZ 27.91 13.94 42.29 -
YUV 88.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 184 23 176 0 0.88 0.04 0.28 302.98 0.78 0.41
Hex B8 17 B0 0 58 4 1C 12F 4E 29
Octal 270 27 260 0 130 4 34 457 116 51
Binary 10111000 10111 10110000 0 1011000 100 11100 100101111 1001110 101001

Color Harmonies of #B817B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B817B0

Black with #B817B0

Text Example


Text Example

White with #B817B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B817B0; }

 p { color: rgb(184,23,176); }

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

background-color css

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

 a { background-color: rgb(184,23,176); }

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

border-color css

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

 span { border-color: rgb(184,23,176); }

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