Html Css Color HEX #BC2DD1 Dark Orchid

📋 copy color: '#BC2DD1'

red 188 ◦ green 45 ◦ blue 209

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

Shades of Dark Orchid #BC2DD1

Tints of Dark Orchid #BC2DD1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.18%

 BLUE value IS 209 (82.03% from 255) = 47.29%

R = 42.53%
G = 10.18%
B = 47.29%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC2DD1 (or 0xBC2DD1) is known color: Dark Orchid. HEX triplet: BC, 2D and D1. RGB value is (188,45,209). Sum of RGB (Red+Green+Blue) = 188+45+209=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC2DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DD1 is #43D22E. Grayscale: #696969. Windows color (decimal): -4444719 or 13708732. OLE color: 13708732.

HSL color Cylindrical-coordinate representation of color #BC2DD1: hue angle of 292.32º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2DD1 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 45 209 -
CMYK 0.10 0.78 0 0.18
HSL 292.32º 0.65% 0.5% -
HSV(B) 292.32º 0.78% 0.82% -
XYZ 33.19 17.17 61.89 -
YUV 106.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 188 45 209 0.10 0.78 0 0.18 292.32 0.65 0.5
Hex BC 2D D1 A 4E 0 12 124 41 32
Octal 274 55 321 12 116 0 22 444 101 62
Binary 10111100 101101 11010001 1010 1001110 0 10010 100100100 1000001 110010

Color Harmonies of #BC2DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DD1

Black with #BC2DD1

Text Example


Text Example

White with #BC2DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DD1; }

 p { color: rgb(188,45,209); }

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

background-color css

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

 a { background-color: rgb(188,45,209); }

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

border-color css

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

 span { border-color: rgb(188,45,209); }

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