Html Css Color HEX #BC0ABD Deep Magenta

📋 copy color: '#BC0ABD'

red 188 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #BC0ABD

Tints of Deep Magenta #BC0ABD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 48.58%
G = 2.58%
B = 48.84%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC0ABD (or 0xBC0ABD) is known color: Deep Magenta. HEX triplet: BC, 0A and BD. RGB value is (188,10,189). Sum of RGB (Red+Green+Blue) = 188+10+189=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC0ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ABD is #43F542. Grayscale: #535353. Windows color (decimal): -4453699 or 12389052. OLE color: 12389052.

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

Color convert

RGB 188 10 189 -
CMYK 0.01 0.95 0 0.26
HSL 299.66º 0.9% 0.39% -
HSV(B) 299.66º 0.95% 0.74% -
XYZ 30.03 14.58 49.38 -
YUV 83.63 187.47 202.45 -
System Red Green Blue C M Y K H S L
Decimal 188 10 189 0.01 0.95 0 0.26 299.66 0.9 0.39
Hex BC A BD 1 5F 0 1A 12C 5A 27
Octal 274 12 275 1 137 0 32 454 132 47
Binary 10111100 1010 10111101 1 1011111 0 11010 100101100 1011010 100111

Color Harmonies of #BC0ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0ABD

Black with #BC0ABD

Text Example


Text Example

White with #BC0ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0ABD; }

 p { color: rgb(188,10,189); }

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

background-color css

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

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

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

border-color css

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

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

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