Html Css Color HEX #BC28D6 Dark Orchid

📋 copy color: '#BC28D6'

red 188 ◦ green 40 ◦ blue 214

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

Shades of Dark Orchid #BC28D6

Tints of Dark Orchid #BC28D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.42%

R = 42.53%
G = 9.05%
B = 48.42%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC28D6 (or 0xBC28D6) is known color: Dark Orchid. HEX triplet: BC, 28 and D6. RGB value is (188,40,214). Sum of RGB (Red+Green+Blue) = 188+40+214=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC28D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28D6 is #43D729. Grayscale: #676767. Windows color (decimal): -4445994 or 14035132. OLE color: 14035132.

HSL color Cylindrical-coordinate representation of color #BC28D6: hue angle of 291.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC28D6 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 40 214 -
CMYK 0.12 0.81 0 0.16
HSL 291.03º 0.69% 0.5% -
HSV(B) 291.03º 0.81% 0.84% -
XYZ 33.64 17.06 65.14 -
YUV 104.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 188 40 214 0.12 0.81 0 0.16 291.03 0.69 0.5
Hex BC 28 D6 C 51 0 10 123 45 32
Octal 274 50 326 14 121 0 20 443 105 62
Binary 10111100 101000 11010110 1100 1010001 0 10000 100100011 1000101 110010

Color Harmonies of #BC28D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28D6

Black with #BC28D6

Text Example


Text Example

White with #BC28D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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