Html Css Color HEX #BC54ED Medium Orchid

📋 copy color: '#BC54ED'

red 188 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #BC54ED

Tints of Medium Orchid #BC54ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 36.94%
G = 16.5%
B = 46.56%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC54ED (or 0xBC54ED) is known color: Medium Orchid. HEX triplet: BC, 54 and ED. RGB value is (188,84,237). Sum of RGB (Red+Green+Blue) = 188+84+237=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC54ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC54ED is #43AB12. Grayscale: #848484. Windows color (decimal): -4434707 or 15553724. OLE color: 15553724.

HSL color Cylindrical-coordinate representation of color #BC54ED: hue angle of 280.78º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC54ED is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 84 237 -
CMYK 0.21 0.65 0 0.07
HSL 280.78º 0.81% 0.63% -
HSV(B) 280.78º 0.65% 0.93% -
XYZ 39.2 23.15 82.52 -
YUV 132.54 186.96 167.56 -
System Red Green Blue C M Y K H S L
Decimal 188 84 237 0.21 0.65 0 0.07 280.78 0.81 0.63
Hex BC 54 ED 15 41 0 7 119 51 3F
Octal 274 124 355 25 101 0 7 431 121 77
Binary 10111100 1010100 11101101 10101 1000001 0 111 100011001 1010001 111111

Color Harmonies of #BC54ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54ED

Black with #BC54ED

Text Example


Text Example

White with #BC54ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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