Html Css Color HEX #BC28CE Dark Orchid

📋 copy color: '#BC28CE'

red 188 ◦ green 40 ◦ blue 206

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

Shades of Dark Orchid #BC28CE

Tints of Dark Orchid #BC28CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 43.32%
G = 9.22%
B = 47.47%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC28CE (or 0xBC28CE) is known color: Dark Orchid. HEX triplet: BC, 28 and CE. RGB value is (188,40,206). Sum of RGB (Red+Green+Blue) = 188+40+206=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC28CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28CE is #43D731. Grayscale: #666666. Windows color (decimal): -4446002 or 13510844. OLE color: 13510844.

HSL color Cylindrical-coordinate representation of color #BC28CE: hue angle of 293.49º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC28CE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 40 206 -
CMYK 0.09 0.81 0 0.19
HSL 293.49º 0.67% 0.48% -
HSV(B) 293.49º 0.81% 0.81% -
XYZ 32.64 16.67 59.89 -
YUV 103.18 186.03 188.5 -
System Red Green Blue C M Y K H S L
Decimal 188 40 206 0.09 0.81 0 0.19 293.49 0.67 0.48
Hex BC 28 CE 9 51 0 13 125 43 30
Octal 274 50 316 11 121 0 23 445 103 60
Binary 10111100 101000 11001110 1001 1010001 0 10011 100100101 1000011 110000

Color Harmonies of #BC28CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28CE

Black with #BC28CE

Text Example


Text Example

White with #BC28CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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