Html Css Color HEX #BC22BE Deep Magenta

📋 copy color: '#BC22BE'

red 188 ◦ green 34 ◦ blue 190

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

Shades of Deep Magenta #BC22BE

Tints of Deep Magenta #BC22BE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.25%

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

R = 45.63%
G = 8.25%
B = 46.12%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC22BE (or 0xBC22BE) is known color: Deep Magenta. HEX triplet: BC, 22 and BE. RGB value is (188,34,190). Sum of RGB (Red+Green+Blue) = 188+34+190=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC22BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22BE is #43DD41. Grayscale: #616161. Windows color (decimal): -4447554 or 12460732. OLE color: 12460732.

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

Color convert

RGB 188 34 190 -
CMYK 0.01 0.82 0 0.25
HSL 299.23º 0.7% 0.44% -
HSV(B) 299.23º 0.82% 0.75% -
XYZ 30.61 15.55 50.1 -
YUV 97.83 180.02 192.32 -
System Red Green Blue C M Y K H S L
Decimal 188 34 190 0.01 0.82 0 0.25 299.23 0.7 0.44
Hex BC 22 BE 1 52 0 19 12B 46 2C
Octal 274 42 276 1 122 0 31 453 106 54
Binary 10111100 100010 10111110 1 1010010 0 11001 100101011 1000110 101100

Color Harmonies of #BC22BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC22BE

Black with #BC22BE

Text Example


Text Example

White with #BC22BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC22BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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