Html Css Color HEX #BC54DF Medium Orchid

📋 copy color: '#BC54DF'

red 188 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #BC54DF

Tints of Medium Orchid #BC54DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 37.98%
G = 16.97%
B = 45.05%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC54DF (or 0xBC54DF) is known color: Medium Orchid. HEX triplet: BC, 54 and DF. RGB value is (188,84,223). Sum of RGB (Red+Green+Blue) = 188+84+223=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC54DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54DF is #43AB20. Grayscale: #828282. Windows color (decimal): -4434721 or 14636220. OLE color: 14636220.

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

Color convert

RGB 188 84 223 -
CMYK 0.16 0.62 0 0.13
HSL 284.89º 0.68% 0.6% -
HSV(B) 284.89º 0.62% 0.87% -
XYZ 37.23 22.36 72.17 -
YUV 130.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 188 84 223 0.16 0.62 0 0.13 284.89 0.68 0.6
Hex BC 54 DF 10 3E 0 D 11D 44 3C
Octal 274 124 337 20 76 0 15 435 104 74
Binary 10111100 1010100 11011111 10000 111110 0 1101 100011101 1000100 111100

Color Harmonies of #BC54DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54DF

Black with #BC54DF

Text Example


Text Example

White with #BC54DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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