Html Css Color HEX #BC54DE Medium Orchid

📋 copy color: '#BC54DE'

red 188 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #BC54DE

Tints of Medium Orchid #BC54DE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17%

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 38.06%
G = 17%
B = 44.94%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC54DE (or 0xBC54DE) is known color: Medium Orchid. HEX triplet: BC, 54 and DE. RGB value is (188,84,222). Sum of RGB (Red+Green+Blue) = 188+84+222=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC54DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54DE is #43AB21. Grayscale: #828282. Windows color (decimal): -4434722 or 14570684. OLE color: 14570684.

HSL color Cylindrical-coordinate representation of color #BC54DE: hue angle of 285.22º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC54DE is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 84 222 -
CMYK 0.15 0.62 0 0.13
HSL 285.22º 0.68% 0.6% -
HSV(B) 285.22º 0.62% 0.87% -
XYZ 37.09 22.31 71.46 -
YUV 130.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 188 84 222 0.15 0.62 0 0.13 285.22 0.68 0.6
Hex BC 54 DE F 3E 0 D 11D 44 3C
Octal 274 124 336 17 76 0 15 435 104 74
Binary 10111100 1010100 11011110 1111 111110 0 1101 100011101 1000100 111100

Color Harmonies of #BC54DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54DE

Black with #BC54DE

Text Example


Text Example

White with #BC54DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54DE; }

 p { color: rgb(188,84,222); }

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

background-color css

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

 a { background-color: rgb(188,84,222); }

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

border-color css

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

 span { border-color: rgb(188,84,222); }

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