Html Css Color HEX #BC2BDE Dark Orchid

📋 copy color: '#BC2BDE'

red 188 ◦ green 43 ◦ blue 222

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

Shades of Dark Orchid #BC2BDE

Tints of Dark Orchid #BC2BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.49%

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 41.5%
G = 9.49%
B = 49.01%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC2BDE (or 0xBC2BDE) is known color: Dark Orchid. HEX triplet: BC, 2B and DE. RGB value is (188,43,222). Sum of RGB (Red+Green+Blue) = 188+43+222=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC2BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BDE is #43D421. Grayscale: #6A6A6A. Windows color (decimal): -4445218 or 14560188. OLE color: 14560188.

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

Color convert

RGB 188 43 222 -
CMYK 0.15 0.81 0 0.13
HSL 288.6º 0.73% 0.52% -
HSV(B) 288.6º 0.81% 0.87% -
XYZ 34.79 17.69 70.69 -
YUV 106.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 188 43 222 0.15 0.81 0 0.13 288.6 0.73 0.52
Hex BC 2B DE F 51 0 D 121 49 34
Octal 274 53 336 17 121 0 15 441 111 64
Binary 10111100 101011 11011110 1111 1010001 0 1101 100100001 1001001 110100

Color Harmonies of #BC2BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BDE

Black with #BC2BDE

Text Example


Text Example

White with #BC2BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BDE; }

 p { color: rgb(188,43,222); }

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

background-color css

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

 a { background-color: rgb(188,43,222); }

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

border-color css

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

 span { border-color: rgb(188,43,222); }

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