Html Css Color HEX #BC0ADB Deep Magenta

📋 copy color: '#BC0ADB'

red 188 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #BC0ADB

Tints of Deep Magenta #BC0ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 45.08%
G = 2.4%
B = 52.52%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC0ADB (or 0xBC0ADB) is known color: Deep Magenta. HEX triplet: BC, 0A and DB. RGB value is (188,10,219). Sum of RGB (Red+Green+Blue) = 188+10+219=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC0ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ADB is #43F524. Grayscale: #565656. Windows color (decimal): -4453669 or 14355132. OLE color: 14355132.

HSL color Cylindrical-coordinate representation of color #BC0ADB: hue angle of 291.1º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0ADB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 10 219 -
CMYK 0.14 0.95 0 0.14
HSL 291.1º 0.91% 0.45% -
HSV(B) 291.1º 0.95% 0.86% -
XYZ 33.63 16.02 68.34 -
YUV 87.05 202.47 200.01 -
System Red Green Blue C M Y K H S L
Decimal 188 10 219 0.14 0.95 0 0.14 291.1 0.91 0.45
Hex BC A DB E 5F 0 E 123 5B 2D
Octal 274 12 333 16 137 0 16 443 133 55
Binary 10111100 1010 11011011 1110 1011111 0 1110 100100011 1011011 101101

Color Harmonies of #BC0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0ADB

Black with #BC0ADB

Text Example


Text Example

White with #BC0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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