Html Css Color HEX #BC2ADC Dark Orchid

📋 copy color: '#BC2ADC'

red 188 ◦ green 42 ◦ blue 220

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

Shades of Dark Orchid #BC2ADC

Tints of Dark Orchid #BC2ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.33%

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 41.78%
G = 9.33%
B = 48.89%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC2ADC (or 0xBC2ADC) is known color: Dark Orchid. HEX triplet: BC, 2A and DC. RGB value is (188,42,220). Sum of RGB (Red+Green+Blue) = 188+42+220=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ADC is #43D523. Grayscale: #696969. Windows color (decimal): -4445476 or 14428860. OLE color: 14428860.

HSL color Cylindrical-coordinate representation of color #BC2ADC: hue angle of 289.21º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2ADC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 42 220 -
CMYK 0.15 0.81 0 0.14
HSL 289.21º 0.72% 0.51% -
HSV(B) 289.21º 0.81% 0.86% -
XYZ 34.49 17.51 69.27 -
YUV 105.95 192.37 186.53 -
System Red Green Blue C M Y K H S L
Decimal 188 42 220 0.15 0.81 0 0.14 289.21 0.72 0.51
Hex BC 2A DC F 51 0 E 121 48 33
Octal 274 52 334 17 121 0 16 441 110 63
Binary 10111100 101010 11011100 1111 1010001 0 1110 100100001 1001000 110011

Color Harmonies of #BC2ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2ADC

Black with #BC2ADC

Text Example


Text Example

White with #BC2ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2ADC; }

 p { color: rgb(188,42,220); }

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

background-color css

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

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

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

border-color css

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

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

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