Html Css Color HEX #BC26BE Deep Magenta

📋 copy color: '#BC26BE'

red 188 ◦ green 38 ◦ blue 190

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

Shades of Deep Magenta #BC26BE

Tints of Deep Magenta #BC26BE

RGB

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

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

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

R = 45.19%
G = 9.13%
B = 45.67%

CMYK

 C value IS 0.01

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC26BE (or 0xBC26BE) is known color: Deep Magenta. HEX triplet: BC, 26 and BE. RGB value is (188,38,190). Sum of RGB (Red+Green+Blue) = 188+38+190=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC26BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26BE is #43D941. Grayscale: #636363. Windows color (decimal): -4446530 or 12461756. OLE color: 12461756.

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

Color convert

RGB 188 38 190 -
CMYK 0.01 0.8 0 0.25
HSL 299.21º 0.67% 0.45% -
HSV(B) 299.21º 0.8% 0.75% -
XYZ 30.73 15.8 50.14 -
YUV 100.18 178.7 190.64 -
System Red Green Blue C M Y K H S L
Decimal 188 38 190 0.01 0.8 0 0.25 299.21 0.67 0.45
Hex BC 26 BE 1 50 0 19 12B 43 2D
Octal 274 46 276 1 120 0 31 453 103 55
Binary 10111100 100110 10111110 1 1010000 0 11001 100101011 1000011 101101

Color Harmonies of #BC26BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26BE

Black with #BC26BE

Text Example


Text Example

White with #BC26BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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