Html Css Color HEX #BC08B7 Deep Magenta

📋 copy color: '#BC08B7'

red 188 ◦ green 8 ◦ blue 183

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

Shades of Deep Magenta #BC08B7

Tints of Deep Magenta #BC08B7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

 BLUE value IS 183 (71.88% from 255) = 48.28%

R = 49.6%
G = 2.11%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC08B7 (or 0xBC08B7) is known color: Deep Magenta. HEX triplet: BC, 08 and B7. RGB value is (188,8,183). Sum of RGB (Red+Green+Blue) = 188+8+183=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC08B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08B7 is #43F748. Grayscale: #515151. Windows color (decimal): -4454217 or 11995324. OLE color: 11995324.

HSL color Cylindrical-coordinate representation of color #BC08B7: hue angle of 301.67º degrees, saturation: 0.92, 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 #BC08B7 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 183 -
CMYK 0 0.96 0.03 0.26
HSL 301.67º 0.92% 0.38% -
HSV(B) 301.67º 0.96% 0.74% -
XYZ 29.37 14.28 46.01 -
YUV 81.77 185.13 203.77 -
System Red Green Blue C M Y K H S L
Decimal 188 8 183 0 0.96 0.03 0.26 301.67 0.92 0.38
Hex BC 8 B7 0 60 3 1A 12E 5C 26
Octal 274 10 267 0 140 3 32 456 134 46
Binary 10111100 1000 10110111 0 1100000 11 11010 100101110 1011100 100110

Color Harmonies of #BC08B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08B7

Black with #BC08B7

Text Example


Text Example

White with #BC08B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08B7; }

 p { color: rgb(188,8,183); }

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

background-color css

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

 a { background-color: rgb(188,8,183); }

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

border-color css

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

 span { border-color: rgb(188,8,183); }

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