Html Css Color HEX #BC29DC Dark Orchid

📋 copy color: '#BC29DC'

red 188 ◦ green 41 ◦ blue 220

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

Shades of Dark Orchid #BC29DC

Tints of Dark Orchid #BC29DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.13%

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

R = 41.87%
G = 9.13%
B = 49%

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

#BC29DC (or 0xBC29DC) is known color: Dark Orchid. HEX triplet: BC, 29 and DC. RGB value is (188,41,220). Sum of RGB (Red+Green+Blue) = 188+41+220=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC29DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29DC is #43D623. Grayscale: #686868. Windows color (decimal): -4445732 or 14428604. OLE color: 14428604.

HSL color Cylindrical-coordinate representation of color #BC29DC: hue angle of 289.27º 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 #BC29DC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 41 220 -
CMYK 0.15 0.81 0 0.14
HSL 289.27º 0.72% 0.51% -
HSV(B) 289.27º 0.81% 0.86% -
XYZ 34.45 17.44 69.26 -
YUV 105.36 192.7 186.95 -
System Red Green Blue C M Y K H S L
Decimal 188 41 220 0.15 0.81 0 0.14 289.27 0.72 0.51
Hex BC 29 DC F 51 0 E 121 48 33
Octal 274 51 334 17 121 0 16 441 110 63
Binary 10111100 101001 11011100 1111 1010001 0 1110 100100001 1001000 110011

Color Harmonies of #BC29DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29DC

Black with #BC29DC

Text Example


Text Example

White with #BC29DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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