Html Css Color HEX #BC08BB Deep Magenta

📋 copy color: '#BC08BB'

red 188 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #BC08BB

Tints of Deep Magenta #BC08BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 49.09%
G = 2.09%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC08BB (or 0xBC08BB) is known color: Deep Magenta. HEX triplet: BC, 08 and BB. RGB value is (188,8,187). Sum of RGB (Red+Green+Blue) = 188+8+187=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC08BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08BB is #43F744. Grayscale: #515151. Windows color (decimal): -4454213 or 12257468. OLE color: 12257468.

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

Color convert

RGB 188 8 187 -
CMYK 0 0.96 0.01 0.26
HSL 300.33º 0.92% 0.38% -
HSV(B) 300.33º 0.96% 0.74% -
XYZ 29.8 14.45 48.23 -
YUV 82.23 187.13 203.45 -
System Red Green Blue C M Y K H S L
Decimal 188 8 187 0 0.96 0.01 0.26 300.33 0.92 0.38
Hex BC 8 BB 0 60 1 1A 12C 5C 26
Octal 274 10 273 0 140 1 32 454 134 46
Binary 10111100 1000 10111011 0 1100000 1 11010 100101100 1011100 100110

Color Harmonies of #BC08BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08BB

Black with #BC08BB

Text Example


Text Example

White with #BC08BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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