Html Css Color HEX #BC29D9 Dark Orchid

📋 copy color: '#BC29D9'

red 188 ◦ green 41 ◦ blue 217

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

Shades of Dark Orchid #BC29D9

Tints of Dark Orchid #BC29D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.65%

R = 42.15%
G = 9.19%
B = 48.65%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC29D9 (or 0xBC29D9) is known color: Dark Orchid. HEX triplet: BC, 29 and D9. RGB value is (188,41,217). Sum of RGB (Red+Green+Blue) = 188+41+217=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29D9 is #43D626. Grayscale: #686868. Windows color (decimal): -4445735 or 14231996. OLE color: 14231996.

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

Color convert

RGB 188 41 217 -
CMYK 0.13 0.81 0 0.15
HSL 290.11º 0.7% 0.51% -
HSV(B) 290.11º 0.81% 0.85% -
XYZ 34.06 17.29 67.19 -
YUV 105.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 188 41 217 0.13 0.81 0 0.15 290.11 0.7 0.51
Hex BC 29 D9 D 51 0 F 122 46 33
Octal 274 51 331 15 121 0 17 442 106 63
Binary 10111100 101001 11011001 1101 1010001 0 1111 100100010 1000110 110011

Color Harmonies of #BC29D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29D9

Black with #BC29D9

Text Example


Text Example

White with #BC29D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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