Html Css Color HEX #BC09C0 Deep Magenta

📋 copy color: '#BC09C0'

red 188 ◦ green 9 ◦ blue 192

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

Shades of Deep Magenta #BC09C0

Tints of Deep Magenta #BC09C0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.31%

 BLUE value IS 192 (75.39% from 255) = 49.36%

R = 48.33%
G = 2.31%
B = 49.36%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC09C0 (or 0xBC09C0) is known color: Deep Magenta. HEX triplet: BC, 09 and C0. RGB value is (188,9,192). Sum of RGB (Red+Green+Blue) = 188+9+192=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC09C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09C0 is #43F63F. Grayscale: #525252. Windows color (decimal): -4453952 or 12585404. OLE color: 12585404.

HSL color Cylindrical-coordinate representation of color #BC09C0: hue angle of 298.69º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC09C0 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 9 192 -
CMYK 0.02 0.95 0 0.25
HSL 298.69º 0.91% 0.39% -
HSV(B) 298.69º 0.95% 0.75% -
XYZ 30.35 14.69 51.11 -
YUV 83.38 189.3 202.62 -
System Red Green Blue C M Y K H S L
Decimal 188 9 192 0.02 0.95 0 0.25 298.69 0.91 0.39
Hex BC 9 C0 2 5F 0 19 12B 5B 27
Octal 274 11 300 2 137 0 31 453 133 47
Binary 10111100 1001 11000000 10 1011111 0 11001 100101011 1011011 100111

Color Harmonies of #BC09C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09C0

Black with #BC09C0

Text Example


Text Example

White with #BC09C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09C0; }

 p { color: rgb(188,9,192); }

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

background-color css

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

 a { background-color: rgb(188,9,192); }

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

border-color css

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

 span { border-color: rgb(188,9,192); }

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