Html Css Color HEX #BC17BB Deep Magenta

📋 copy color: '#BC17BB'

red 188 ◦ green 23 ◦ blue 187

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

Shades of Deep Magenta #BC17BB

Tints of Deep Magenta #BC17BB

RGB

 RED value IS 188 (73.83% from 255) = 47.24%

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

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 47.24%
G = 5.78%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC17BB (or 0xBC17BB) is known color: Deep Magenta. HEX triplet: BC, 17 and BB. RGB value is (188,23,187). Sum of RGB (Red+Green+Blue) = 188+23+187=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17BB is #43E844. Grayscale: #5A5A5A. Windows color (decimal): -4450373 or 12261308. OLE color: 12261308.

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

Color convert

RGB 188 23 187 -
CMYK 0 0.88 0.01 0.26
HSL 300.36º 0.78% 0.41% -
HSV(B) 300.36º 0.88% 0.74% -
XYZ 30.02 14.89 48.31 -
YUV 91.03 182.16 197.16 -
System Red Green Blue C M Y K H S L
Decimal 188 23 187 0 0.88 0.01 0.26 300.36 0.78 0.41
Hex BC 17 BB 0 58 1 1A 12C 4E 29
Octal 274 27 273 0 130 1 32 454 116 51
Binary 10111100 10111 10111011 0 1011000 1 11010 100101100 1001110 101001

Color Harmonies of #BC17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17BB

Black with #BC17BB

Text Example


Text Example

White with #BC17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17BB; }

 p { color: rgb(188,23,187); }

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

background-color css

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

 a { background-color: rgb(188,23,187); }

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

border-color css

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

 span { border-color: rgb(188,23,187); }

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