Html Css Color HEX #BC0BD5 Deep Magenta

📋 copy color: '#BC0BD5'

red 188 ◦ green 11 ◦ blue 213

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

Shades of Deep Magenta #BC0BD5

Tints of Deep Magenta #BC0BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.7%

R = 45.63%
G = 2.67%
B = 51.7%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC0BD5 (or 0xBC0BD5) is known color: Deep Magenta. HEX triplet: BC, 0B and D5. RGB value is (188,11,213). Sum of RGB (Red+Green+Blue) = 188+11+213=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC0BD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BD5 is #43F42A. Grayscale: #565656. Windows color (decimal): -4453419 or 13962172. OLE color: 13962172.

HSL color Cylindrical-coordinate representation of color #BC0BD5: hue angle of 292.57º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0BD5 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 11 213 -
CMYK 0.12 0.95 0 0.16
HSL 292.57º 0.9% 0.44% -
HSV(B) 292.57º 0.95% 0.84% -
XYZ 32.87 15.73 64.26 -
YUV 86.95 199.14 200.07 -
System Red Green Blue C M Y K H S L
Decimal 188 11 213 0.12 0.95 0 0.16 292.57 0.9 0.44
Hex BC B D5 C 5F 0 10 125 5A 2C
Octal 274 13 325 14 137 0 20 445 132 54
Binary 10111100 1011 11010101 1100 1011111 0 10000 100100101 1011010 101100

Color Harmonies of #BC0BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0BD5

Black with #BC0BD5

Text Example


Text Example

White with #BC0BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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