Html Css Color HEX #BC21B4 Deep Magenta

📋 copy color: '#BC21B4'

red 188 ◦ green 33 ◦ blue 180

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

Shades of Deep Magenta #BC21B4

Tints of Deep Magenta #BC21B4

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.23%

 BLUE value IS 180 (70.7% from 255) = 44.89%

R = 46.88%
G = 8.23%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC21B4 (or 0xBC21B4) is known color: Deep Magenta. HEX triplet: BC, 21 and B4. RGB value is (188,33,180). Sum of RGB (Red+Green+Blue) = 188+33+180=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC21B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21B4 is #43DE4B. Grayscale: #5F5F5F. Windows color (decimal): -4447820 or 11805116. OLE color: 11805116.

HSL color Cylindrical-coordinate representation of color #BC21B4: hue angle of 303.1º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC21B4 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 33 180 -
CMYK 0 0.82 0.04 0.26
HSL 303.1º 0.7% 0.43% -
HSV(B) 303.1º 0.82% 0.74% -
XYZ 29.52 15.07 44.53 -
YUV 96.1 175.35 193.55 -
System Red Green Blue C M Y K H S L
Decimal 188 33 180 0 0.82 0.04 0.26 303.1 0.7 0.43
Hex BC 21 B4 0 52 4 1A 12F 46 2B
Octal 274 41 264 0 122 4 32 457 106 53
Binary 10111100 100001 10110100 0 1010010 100 11010 100101111 1000110 101011

Color Harmonies of #BC21B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC21B4

Black with #BC21B4

Text Example


Text Example

White with #BC21B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC21B4; }

 p { color: rgb(188,33,180); }

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

background-color css

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

 a { background-color: rgb(188,33,180); }

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

border-color css

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

 span { border-color: rgb(188,33,180); }

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