Html Css Color HEX #BC28D7 Dark Orchid

📋 copy color: '#BC28D7'

red 188 ◦ green 40 ◦ blue 215

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

Shades of Dark Orchid #BC28D7

Tints of Dark Orchid #BC28D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.53%

R = 42.44%
G = 9.03%
B = 48.53%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC28D7 (or 0xBC28D7) is known color: Dark Orchid. HEX triplet: BC, 28 and D7. RGB value is (188,40,215). Sum of RGB (Red+Green+Blue) = 188+40+215=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC28D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28D7 is #43D728. Grayscale: #676767. Windows color (decimal): -4445993 or 14100668. OLE color: 14100668.

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

Color convert

RGB 188 40 215 -
CMYK 0.13 0.81 0 0.16
HSL 290.74º 0.69% 0.5% -
HSV(B) 290.74º 0.81% 0.84% -
XYZ 33.76 17.12 65.81 -
YUV 104.2 190.53 187.77 -
System Red Green Blue C M Y K H S L
Decimal 188 40 215 0.13 0.81 0 0.16 290.74 0.69 0.5
Hex BC 28 D7 D 51 0 10 123 45 32
Octal 274 50 327 15 121 0 20 443 105 62
Binary 10111100 101000 11010111 1101 1010001 0 10000 100100011 1000101 110010

Color Harmonies of #BC28D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28D7

Black with #BC28D7

Text Example


Text Example

White with #BC28D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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