Html Css Color HEX #BC09C6 Deep Magenta

📋 copy color: '#BC09C6'

red 188 ◦ green 9 ◦ blue 198

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

Shades of Deep Magenta #BC09C6

Tints of Deep Magenta #BC09C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.13%

R = 47.59%
G = 2.28%
B = 50.13%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC09C6 (or 0xBC09C6) is known color: Deep Magenta. HEX triplet: BC, 09 and C6. RGB value is (188,9,198). Sum of RGB (Red+Green+Blue) = 188+9+198=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC09C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09C6 is #43F639. Grayscale: #535353. Windows color (decimal): -4453946 or 12978620. OLE color: 12978620.

HSL color Cylindrical-coordinate representation of color #BC09C6: hue angle of 296.83º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC09C6 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 9 198 -
CMYK 0.05 0.95 0 0.22
HSL 296.83º 0.91% 0.41% -
HSV(B) 296.83º 0.95% 0.78% -
XYZ 31.03 14.96 54.68 -
YUV 84.07 192.3 202.13 -
System Red Green Blue C M Y K H S L
Decimal 188 9 198 0.05 0.95 0 0.22 296.83 0.91 0.41
Hex BC 9 C6 5 5F 0 16 129 5B 29
Octal 274 11 306 5 137 0 26 451 133 51
Binary 10111100 1001 11000110 101 1011111 0 10110 100101001 1011011 101001

Color Harmonies of #BC09C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09C6

Black with #BC09C6

Text Example


Text Example

White with #BC09C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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