Html Css Color HEX #BC27BE Deep Magenta

📋 copy color: '#BC27BE'

red 188 ◦ green 39 ◦ blue 190

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

Shades of Deep Magenta #BC27BE

Tints of Deep Magenta #BC27BE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.35%

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

R = 45.08%
G = 9.35%
B = 45.56%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC27BE (or 0xBC27BE) is known color: Deep Magenta. HEX triplet: BC, 27 and BE. RGB value is (188,39,190). Sum of RGB (Red+Green+Blue) = 188+39+190=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC27BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27BE is #43D841. Grayscale: #646464. Windows color (decimal): -4446274 or 12462012. OLE color: 12462012.

HSL color Cylindrical-coordinate representation of color #BC27BE: hue angle of 299.21º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC27BE is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 39 190 -
CMYK 0.01 0.79 0 0.25
HSL 299.21º 0.66% 0.45% -
HSV(B) 299.21º 0.79% 0.75% -
XYZ 30.76 15.86 50.16 -
YUV 100.77 178.36 190.22 -
System Red Green Blue C M Y K H S L
Decimal 188 39 190 0.01 0.79 0 0.25 299.21 0.66 0.45
Hex BC 27 BE 1 4F 0 19 12B 42 2D
Octal 274 47 276 1 117 0 31 453 102 55
Binary 10111100 100111 10111110 1 1001111 0 11001 100101011 1000010 101101

Color Harmonies of #BC27BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27BE

Black with #BC27BE

Text Example


Text Example

White with #BC27BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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