Html Css Color HEX #BC26C2 Deep Magenta

📋 copy color: '#BC26C2'

red 188 ◦ green 38 ◦ blue 194

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

Shades of Deep Magenta #BC26C2

Tints of Deep Magenta #BC26C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.19%

R = 44.76%
G = 9.05%
B = 46.19%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC26C2 (or 0xBC26C2) is known color: Deep Magenta. HEX triplet: BC, 26 and C2. RGB value is (188,38,194). Sum of RGB (Red+Green+Blue) = 188+38+194=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC26C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26C2 is #43D93D. Grayscale: #646464. Windows color (decimal): -4446526 or 12723900. OLE color: 12723900.

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

Color convert

RGB 188 38 194 -
CMYK 0.03 0.80 0 0.24
HSL 297.69º 0.67% 0.45% -
HSV(B) 297.69º 0.8% 0.76% -
XYZ 31.17 15.97 52.48 -
YUV 100.63 180.7 190.32 -
System Red Green Blue C M Y K H S L
Decimal 188 38 194 0.03 0.80 0 0.24 297.69 0.67 0.45
Hex BC 26 C2 3 50 0 18 12A 43 2D
Octal 274 46 302 3 120 0 30 452 103 55
Binary 10111100 100110 11000010 11 1010000 0 11000 100101010 1000011 101101

Color Harmonies of #BC26C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26C2

Black with #BC26C2

Text Example


Text Example

White with #BC26C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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