Html Css Color HEX #BC0BBC Deep Magenta

📋 copy color: '#BC0BBC'

red 188 ◦ green 11 ◦ blue 188

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

Shades of Deep Magenta #BC0BBC

Tints of Deep Magenta #BC0BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 48.58%
G = 2.84%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC0BBC (or 0xBC0BBC) is known color: Deep Magenta. HEX triplet: BC, 0B and BC. RGB value is (188,11,188). Sum of RGB (Red+Green+Blue) = 188+11+188=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC0BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BBC is #43F443. Grayscale: #535353. Windows color (decimal): -4453444 or 12323772. OLE color: 12323772.

HSL color Cylindrical-coordinate representation of color #BC0BBC: hue angle of 300º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0BBC is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 11 188 -
CMYK 0 0.94 0 0.26
HSL 300º 0.89% 0.39% -
HSV(B) 300º 0.94% 0.74% -
XYZ 29.94 14.56 48.81 -
YUV 84.1 186.64 202.11 -
System Red Green Blue C M Y K H S L
Decimal 188 11 188 0 0.94 0 0.26 300 0.89 0.39
Hex BC B BC 0 5E 0 1A 12C 59 27
Octal 274 13 274 0 136 0 32 454 131 47
Binary 10111100 1011 10111100 0 1011110 0 11010 100101100 1011001 100111

Color Harmonies of #BC0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0BBC

Black with #BC0BBC

Text Example


Text Example

White with #BC0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0BBC; }

 p { color: rgb(188,11,188); }

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

background-color css

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

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

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

border-color css

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

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

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