Html Css Color HEX #BC07B2 Deep Magenta

📋 copy color: '#BC07B2'

red 188 ◦ green 7 ◦ blue 178

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

Shades of Deep Magenta #BC07B2

Tints of Deep Magenta #BC07B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.72%

R = 50.4%
G = 1.88%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC07B2 (or 0xBC07B2) is known color: Deep Magenta. HEX triplet: BC, 07 and B2. RGB value is (188,7,178). Sum of RGB (Red+Green+Blue) = 188+7+178=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC07B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC07B2 is #43F84D. Grayscale: #505050. Windows color (decimal): -4454478 or 11667388. OLE color: 11667388.

HSL color Cylindrical-coordinate representation of color #BC07B2: hue angle of 303.31º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC07B2 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 7 178 -
CMYK 0 0.96 0.05 0.26
HSL 303.31º 0.93% 0.38% -
HSV(B) 303.31º 0.96% 0.74% -
XYZ 28.85 14.06 43.31 -
YUV 80.61 182.97 204.6 -
System Red Green Blue C M Y K H S L
Decimal 188 7 178 0 0.96 0.05 0.26 303.31 0.93 0.38
Hex BC 7 B2 0 60 5 1A 12F 5D 26
Octal 274 7 262 0 140 5 32 457 135 46
Binary 10111100 111 10110010 0 1100000 101 11010 100101111 1011101 100110

Color Harmonies of #BC07B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC07B2

Black with #BC07B2

Text Example


Text Example

White with #BC07B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC07B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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