Html Css Color HEX #BC2CDE Dark Orchid

📋 copy color: '#BC2CDE'

red 188 ◦ green 44 ◦ blue 222

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

Shades of Dark Orchid #BC2CDE

Tints of Dark Orchid #BC2CDE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.69%

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

R = 41.41%
G = 9.69%
B = 48.9%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC2CDE (or 0xBC2CDE) is known color: Dark Orchid. HEX triplet: BC, 2C and DE. RGB value is (188,44,222). Sum of RGB (Red+Green+Blue) = 188+44+222=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC2CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CDE is #43D321. Grayscale: #6A6A6A. Windows color (decimal): -4444962 or 14560444. OLE color: 14560444.

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

Color convert

RGB 188 44 222 -
CMYK 0.15 0.80 0 0.13
HSL 288.54º 0.73% 0.52% -
HSV(B) 288.54º 0.8% 0.87% -
XYZ 34.82 17.77 70.7 -
YUV 107.35 192.71 185.53 -
System Red Green Blue C M Y K H S L
Decimal 188 44 222 0.15 0.80 0 0.13 288.54 0.73 0.52
Hex BC 2C DE F 50 0 D 121 49 34
Octal 274 54 336 17 120 0 15 441 111 64
Binary 10111100 101100 11011110 1111 1010000 0 1101 100100001 1001001 110100

Color Harmonies of #BC2CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CDE

Black with #BC2CDE

Text Example


Text Example

White with #BC2CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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