Html Css Color HEX #BC28DD Dark Orchid

📋 copy color: '#BC28DD'

red 188 ◦ green 40 ◦ blue 221

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

Shades of Dark Orchid #BC28DD

Tints of Dark Orchid #BC28DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.91%

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

R = 41.87%
G = 8.91%
B = 49.22%

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

#BC28DD (or 0xBC28DD) is known color: Dark Orchid. HEX triplet: BC, 28 and DD. RGB value is (188,40,221). Sum of RGB (Red+Green+Blue) = 188+40+221=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28DD is #43D722. Grayscale: #686868. Windows color (decimal): -4445987 or 14493884. OLE color: 14493884.

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

Color convert

RGB 188 40 221 -
CMYK 0.15 0.82 0 0.13
HSL 289.06º 0.73% 0.51% -
HSV(B) 289.06º 0.82% 0.87% -
XYZ 34.55 17.43 69.95 -
YUV 104.89 193.53 187.28 -
System Red Green Blue C M Y K H S L
Decimal 188 40 221 0.15 0.82 0 0.13 289.06 0.73 0.51
Hex BC 28 DD F 52 0 D 121 49 33
Octal 274 50 335 17 122 0 15 441 111 63
Binary 10111100 101000 11011101 1111 1010010 0 1101 100100001 1001001 110011

Color Harmonies of #BC28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28DD

Black with #BC28DD

Text Example


Text Example

White with #BC28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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