Html Css Color HEX #BC08B4 Deep Magenta

📋 copy color: '#BC08B4'

red 188 ◦ green 8 ◦ blue 180

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

Shades of Deep Magenta #BC08B4

Tints of Deep Magenta #BC08B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.87%

R = 50%
G = 2.13%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC08B4 (or 0xBC08B4) is known color: Deep Magenta. HEX triplet: BC, 08 and B4. RGB value is (188,8,180). Sum of RGB (Red+Green+Blue) = 188+8+180=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC08B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08B4 is #43F74B. Grayscale: #505050. Windows color (decimal): -4454220 or 11798716. OLE color: 11798716.

HSL color Cylindrical-coordinate representation of color #BC08B4: hue angle of 302.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 #BC08B4 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 180 -
CMYK 0 0.96 0.04 0.26
HSL 302.67º 0.92% 0.38% -
HSV(B) 302.67º 0.96% 0.74% -
XYZ 29.06 14.16 44.38 -
YUV 81.43 183.63 204.01 -
System Red Green Blue C M Y K H S L
Decimal 188 8 180 0 0.96 0.04 0.26 302.67 0.92 0.38
Hex BC 8 B4 0 60 4 1A 12F 5C 26
Octal 274 10 264 0 140 4 32 457 134 46
Binary 10111100 1000 10110100 0 1100000 100 11010 100101111 1011100 100110

Color Harmonies of #BC08B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08B4

Black with #BC08B4

Text Example


Text Example

White with #BC08B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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