Html Css Color HEX #BC26CB Deep Magenta

📋 copy color: '#BC26CB'

red 188 ◦ green 38 ◦ blue 203

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

Shades of Deep Magenta #BC26CB

Tints of Deep Magenta #BC26CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 43.82%
G = 8.86%
B = 47.32%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC26CB (or 0xBC26CB) is known color: Deep Magenta. HEX triplet: BC, 26 and CB. RGB value is (188,38,203). Sum of RGB (Red+Green+Blue) = 188+38+203=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC26CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26CB is #43D934. Grayscale: #656565. Windows color (decimal): -4446517 or 13313724. OLE color: 13313724.

HSL color Cylindrical-coordinate representation of color #BC26CB: hue angle of 294.55º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC26CB is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 38 203 -
CMYK 0.07 0.81 0 0.20
HSL 294.55º 0.68% 0.47% -
HSV(B) 294.55º 0.81% 0.8% -
XYZ 32.21 16.39 57.97 -
YUV 101.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 188 38 203 0.07 0.81 0 0.20 294.55 0.68 0.47
Hex BC 26 CB 7 51 0 14 127 44 2F
Octal 274 46 313 7 121 0 24 447 104 57
Binary 10111100 100110 11001011 111 1010001 0 10100 100100111 1000100 101111

Color Harmonies of #BC26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC26CB

Black with #BC26CB

Text Example


Text Example

White with #BC26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC26CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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