Html Css Color HEX #BC58ED Medium Orchid

📋 copy color: '#BC58ED'

red 188 ◦ green 88 ◦ blue 237

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

Shades of Medium Orchid #BC58ED

Tints of Medium Orchid #BC58ED

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.15%

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

R = 36.65%
G = 17.15%
B = 46.2%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC58ED (or 0xBC58ED) is known color: Medium Orchid. HEX triplet: BC, 58 and ED. RGB value is (188,88,237). Sum of RGB (Red+Green+Blue) = 188+88+237=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC58ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC58ED is #43A712. Grayscale: #868686. Windows color (decimal): -4433683 or 15554748. OLE color: 15554748.

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

Color convert

RGB 188 88 237 -
CMYK 0.21 0.63 0 0.07
HSL 280.27º 0.81% 0.64% -
HSV(B) 280.27º 0.63% 0.93% -
XYZ 39.51 23.79 82.63 -
YUV 134.89 185.63 165.88 -
System Red Green Blue C M Y K H S L
Decimal 188 88 237 0.21 0.63 0 0.07 280.27 0.81 0.64
Hex BC 58 ED 15 3F 0 7 118 51 40
Octal 274 130 355 25 77 0 7 430 121 100
Binary 10111100 1011000 11101101 10101 111111 0 111 100011000 1010001 1000000

Color Harmonies of #BC58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58ED

Black with #BC58ED

Text Example


Text Example

White with #BC58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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