Html Css Color HEX #BF17B3 Deep Magenta

📋 copy color: '#BF17B3'

red 191 ◦ green 23 ◦ blue 179

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

Shades of Deep Magenta #BF17B3

Tints of Deep Magenta #BF17B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.55%

R = 48.6%
G = 5.85%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF17B3 (or 0xBF17B3) is known color: Deep Magenta. HEX triplet: BF, 17 and B3. RGB value is (191,23,179). Sum of RGB (Red+Green+Blue) = 191+23+179=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17B3 is #40E84C. Grayscale: #5A5A5A. Windows color (decimal): -4253773 or 11737023. OLE color: 11737023.

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

Color convert

RGB 191 23 179 -
CMYK 0 0.88 0.06 0.25
HSL 304.29º 0.79% 0.42% -
HSV(B) 304.29º 0.88% 0.75% -
XYZ 29.93 14.94 43.95 -
YUV 91.02 177.66 199.32 -
System Red Green Blue C M Y K H S L
Decimal 191 23 179 0 0.88 0.06 0.25 304.29 0.79 0.42
Hex BF 17 B3 0 58 6 19 130 4F 2A
Octal 277 27 263 0 130 6 31 460 117 52
Binary 10111111 10111 10110011 0 1011000 110 11001 100110000 1001111 101010

Color Harmonies of #BF17B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF17B3

Black with #BF17B3

Text Example


Text Example

White with #BF17B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF17B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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