Html Css Color HEX #BC07C9 Deep Magenta

📋 copy color: '#BC07C9'

red 188 ◦ green 7 ◦ blue 201

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

Shades of Deep Magenta #BC07C9

Tints of Deep Magenta #BC07C9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.77%

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 47.47%
G = 1.77%
B = 50.76%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC07C9 (or 0xBC07C9) is known color: Deep Magenta. HEX triplet: BC, 07 and C9. RGB value is (188,7,201). Sum of RGB (Red+Green+Blue) = 188+7+201=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC07C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07C9 is #43F836. Grayscale: #525252. Windows color (decimal): -4454455 or 13174716. OLE color: 13174716.

HSL color Cylindrical-coordinate representation of color #BC07C9: hue angle of 295.98º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07C9 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 7 201 -
CMYK 0.06 0.97 0 0.21
HSL 295.98º 0.93% 0.41% -
HSV(B) 295.98º 0.97% 0.79% -
XYZ 31.36 15.06 56.51 -
YUV 83.24 194.47 202.73 -
System Red Green Blue C M Y K H S L
Decimal 188 7 201 0.06 0.97 0 0.21 295.98 0.93 0.41
Hex BC 7 C9 6 61 0 15 128 5D 29
Octal 274 7 311 6 141 0 25 450 135 51
Binary 10111100 111 11001001 110 1100001 0 10101 100101000 1011101 101001

Color Harmonies of #BC07C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC07C9

Black with #BC07C9

Text Example


Text Example

White with #BC07C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC07C9; }

 p { color: rgb(188,7,201); }

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

background-color css

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

 a { background-color: rgb(188,7,201); }

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

border-color css

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

 span { border-color: rgb(188,7,201); }

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