Html Css Color HEX #B817BF Deep Magenta

📋 copy color: '#B817BF'

red 184 ◦ green 23 ◦ blue 191

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

Shades of Deep Magenta #B817BF

Tints of Deep Magenta #B817BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 46.23%
G = 5.78%
B = 47.99%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B817BF (or 0xB817BF) is known color: Deep Magenta. HEX triplet: B8, 17 and BF. RGB value is (184,23,191). Sum of RGB (Red+Green+Blue) = 184+23+191=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #B817BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B817BF is #47E840. Grayscale: #595959. Windows color (decimal): -4712513 or 12523448. OLE color: 12523448.

HSL color Cylindrical-coordinate representation of color #B817BF: hue angle of 297.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B817BF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 23 191 -
CMYK 0.04 0.88 0 0.25
HSL 297.5º 0.79% 0.42% -
HSV(B) 297.5º 0.88% 0.75% -
XYZ 29.48 14.56 50.55 -
YUV 90.29 184.84 194.84 -
System Red Green Blue C M Y K H S L
Decimal 184 23 191 0.04 0.88 0 0.25 297.5 0.79 0.42
Hex B8 17 BF 4 58 0 19 12A 4F 2A
Octal 270 27 277 4 130 0 31 452 117 52
Binary 10111000 10111 10111111 100 1011000 0 11001 100101010 1001111 101010

Color Harmonies of #B817BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B817BF

Black with #B817BF

Text Example


Text Example

White with #B817BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B817BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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