Html Css Color HEX #BC27DE Dark Orchid

📋 copy color: '#BC27DE'

red 188 ◦ green 39 ◦ blue 222

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

Shades of Dark Orchid #BC27DE

Tints of Dark Orchid #BC27DE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.69%

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

R = 41.87%
G = 8.69%
B = 49.44%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC27DE (or 0xBC27DE) is known color: Dark Orchid. HEX triplet: BC, 27 and DE. RGB value is (188,39,222). Sum of RGB (Red+Green+Blue) = 188+39+222=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC27DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27DE is #43D821. Grayscale: #676767. Windows color (decimal): -4446242 or 14559164. OLE color: 14559164.

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

Color convert

RGB 188 39 222 -
CMYK 0.15 0.82 0 0.13
HSL 288.85º 0.73% 0.51% -
HSV(B) 288.85º 0.82% 0.87% -
XYZ 34.65 17.42 70.64 -
YUV 104.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 188 39 222 0.15 0.82 0 0.13 288.85 0.73 0.51
Hex BC 27 DE F 52 0 D 121 49 33
Octal 274 47 336 17 122 0 15 441 111 63
Binary 10111100 100111 11011110 1111 1010010 0 1101 100100001 1001001 110011

Color Harmonies of #BC27DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27DE

Black with #BC27DE

Text Example


Text Example

White with #BC27DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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