Html Css Color HEX #BC27DD Dark Orchid

📋 copy color: '#BC27DD'

red 188 ◦ green 39 ◦ blue 221

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

Shades of Dark Orchid #BC27DD

Tints of Dark Orchid #BC27DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 41.96%
G = 8.71%
B = 49.33%

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

#BC27DD (or 0xBC27DD) is known color: Dark Orchid. HEX triplet: BC, 27 and DD. RGB value is (188,39,221). Sum of RGB (Red+Green+Blue) = 188+39+221=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC27DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27DD is #43D822. Grayscale: #676767. Windows color (decimal): -4446243 or 14493628. OLE color: 14493628.

HSL color Cylindrical-coordinate representation of color #BC27DD: hue angle of 289.12º 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 #BC27DD is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 39 221 -
CMYK 0.15 0.82 0 0.13
HSL 289.12º 0.73% 0.51% -
HSV(B) 289.12º 0.82% 0.87% -
XYZ 34.52 17.36 69.94 -
YUV 104.3 193.86 187.7 -
System Red Green Blue C M Y K H S L
Decimal 188 39 221 0.15 0.82 0 0.13 289.12 0.73 0.51
Hex BC 27 DD F 52 0 D 121 49 33
Octal 274 47 335 17 122 0 15 441 111 63
Binary 10111100 100111 11011101 1111 1010010 0 1101 100100001 1001001 110011

Color Harmonies of #BC27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27DD

Black with #BC27DD

Text Example


Text Example

White with #BC27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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