Html Css Color HEX #BF17CC Deep Magenta

📋 copy color: '#BF17CC'

red 191 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #BF17CC

Tints of Deep Magenta #BF17CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 45.69%
G = 5.5%
B = 48.8%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF17CC (or 0xBF17CC) is known color: Deep Magenta. HEX triplet: BF, 17 and CC. RGB value is (191,23,204). Sum of RGB (Red+Green+Blue) = 191+23+204=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF17CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17CC is #40E833. Grayscale: #5D5D5D. Windows color (decimal): -4253748 or 13375423. OLE color: 13375423.

HSL color Cylindrical-coordinate representation of color #BF17CC: hue angle of 295.69º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF17CC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 23 204 -
CMYK 0.06 0.89 0 0.2
HSL 295.69º 0.8% 0.45% -
HSV(B) 295.69º 0.89% 0.8% -
XYZ 32.69 16.05 58.5 -
YUV 93.87 190.16 197.28 -
System Red Green Blue C M Y K H S L
Decimal 191 23 204 0.06 0.89 0 0.2 295.69 0.8 0.45
Hex BF 17 CC 6 59 0 14 128 50 2D
Octal 277 27 314 6 131 0 24 450 120 55
Binary 10111111 10111 11001100 110 1011001 0 10100 100101000 1010000 101101

Color Harmonies of #BF17CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF17CC

Black with #BF17CC

Text Example


Text Example

White with #BF17CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF17CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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