Html Css Color HEX #BC28CD Dark Orchid

📋 copy color: '#BC28CD'

red 188 ◦ green 40 ◦ blue 205

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

Shades of Dark Orchid #BC28CD

Tints of Dark Orchid #BC28CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 43.42%
G = 9.24%
B = 47.34%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC28CD (or 0xBC28CD) is known color: Dark Orchid. HEX triplet: BC, 28 and CD. RGB value is (188,40,205). Sum of RGB (Red+Green+Blue) = 188+40+205=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC28CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28CD is #43D732. Grayscale: #666666. Windows color (decimal): -4446003 or 13445308. OLE color: 13445308.

HSL color Cylindrical-coordinate representation of color #BC28CD: hue angle of 293.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC28CD is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 40 205 -
CMYK 0.08 0.80 0 0.20
HSL 293.82º 0.67% 0.48% -
HSV(B) 293.82º 0.8% 0.8% -
XYZ 32.52 16.62 59.25 -
YUV 103.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 188 40 205 0.08 0.80 0 0.20 293.82 0.67 0.48
Hex BC 28 CD 8 50 0 14 126 43 30
Octal 274 50 315 10 120 0 24 446 103 60
Binary 10111100 101000 11001101 1000 1010000 0 10100 100100110 1000011 110000

Color Harmonies of #BC28CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28CD

Black with #BC28CD

Text Example


Text Example

White with #BC28CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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