Html Css Color HEX #BC26BF Deep Magenta

📋 copy color: '#BC26BF'

red 188 ◦ green 38 ◦ blue 191

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

Shades of Deep Magenta #BC26BF

Tints of Deep Magenta #BC26BF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.11%

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

R = 45.08%
G = 9.11%
B = 45.8%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC26BF (or 0xBC26BF) is known color: Deep Magenta. HEX triplet: BC, 26 and BF. RGB value is (188,38,191). Sum of RGB (Red+Green+Blue) = 188+38+191=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC26BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26BF is #43D940. Grayscale: #636363. Windows color (decimal): -4446529 or 12527292. OLE color: 12527292.

HSL color Cylindrical-coordinate representation of color #BC26BF: hue angle of 298.82º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC26BF is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 38 191 -
CMYK 0.02 0.80 0 0.25
HSL 298.82º 0.67% 0.45% -
HSV(B) 298.82º 0.8% 0.75% -
XYZ 30.84 15.84 50.72 -
YUV 100.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 188 38 191 0.02 0.80 0 0.25 298.82 0.67 0.45
Hex BC 26 BF 2 50 0 19 12B 43 2D
Octal 274 46 277 2 120 0 31 453 103 55
Binary 10111100 100110 10111111 10 1010000 0 11001 100101011 1000011 101101

Color Harmonies of #BC26BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26BF

Black with #BC26BF

Text Example


Text Example

White with #BC26BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26BF; }

 p { color: rgb(188,38,191); }

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

background-color css

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

 a { background-color: rgb(188,38,191); }

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

border-color css

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

 span { border-color: rgb(188,38,191); }

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