Html Css Color HEX #BC0CC3 Deep Magenta

📋 copy color: '#BC0CC3'

red 188 ◦ green 12 ◦ blue 195

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

Shades of Deep Magenta #BC0CC3

Tints of Deep Magenta #BC0CC3

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.04%

 BLUE value IS 195 (76.56% from 255) = 49.37%

R = 47.59%
G = 3.04%
B = 49.37%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC0CC3 (or 0xBC0CC3) is known color: Deep Magenta. HEX triplet: BC, 0C and C3. RGB value is (188,12,195). Sum of RGB (Red+Green+Blue) = 188+12+195=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC0CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CC3 is #43F33C. Grayscale: #545454. Windows color (decimal): -4453181 or 12782780. OLE color: 12782780.

HSL color Cylindrical-coordinate representation of color #BC0CC3: hue angle of 297.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CC3 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 12 195 -
CMYK 0.04 0.94 0 0.24
HSL 297.7º 0.88% 0.41% -
HSV(B) 297.7º 0.94% 0.76% -
XYZ 30.72 14.89 52.89 -
YUV 85.49 189.81 201.12 -
System Red Green Blue C M Y K H S L
Decimal 188 12 195 0.04 0.94 0 0.24 297.7 0.88 0.41
Hex BC C C3 4 5E 0 18 12A 58 29
Octal 274 14 303 4 136 0 30 452 130 51
Binary 10111100 1100 11000011 100 1011110 0 11000 100101010 1011000 101001

Color Harmonies of #BC0CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CC3

Black with #BC0CC3

Text Example


Text Example

White with #BC0CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CC3; }

 p { color: rgb(188,12,195); }

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

background-color css

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

 a { background-color: rgb(188,12,195); }

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

border-color css

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

 span { border-color: rgb(188,12,195); }

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