Html Css Color HEX #BF17BE Deep Magenta

📋 copy color: '#BF17BE'

red 191 ◦ green 23 ◦ blue 190

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

Shades of Deep Magenta #BF17BE

Tints of Deep Magenta #BF17BE

RGB

 RED value IS 191 (75% from 255) = 47.28%

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 47.28%
G = 5.69%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF17BE (or 0xBF17BE) is known color: Deep Magenta. HEX triplet: BF, 17 and BE. RGB value is (191,23,190). Sum of RGB (Red+Green+Blue) = 191+23+190=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17BE is #40E841. Grayscale: #5B5B5B. Windows color (decimal): -4253762 or 12457919. OLE color: 12457919.

HSL color Cylindrical-coordinate representation of color #BF17BE: hue angle of 300.36º 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 #BF17BE is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 23 190 -
CMYK 0 0.88 0.01 0.25
HSL 300.36º 0.79% 0.42% -
HSV(B) 300.36º 0.88% 0.75% -
XYZ 31.09 15.41 50.05 -
YUV 92.27 183.16 198.42 -
System Red Green Blue C M Y K H S L
Decimal 191 23 190 0 0.88 0.01 0.25 300.36 0.79 0.42
Hex BF 17 BE 0 58 1 19 12C 4F 2A
Octal 277 27 276 0 130 1 31 454 117 52
Binary 10111111 10111 10111110 0 1011000 1 11001 100101100 1001111 101010

Color Harmonies of #BF17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF17BE

Black with #BF17BE

Text Example


Text Example

White with #BF17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF17BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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