Html Css Color HEX #BC58EF Medium Orchid

📋 copy color: '#BC58EF'

red 188 ◦ green 88 ◦ blue 239

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

Shades of Medium Orchid #BC58EF

Tints of Medium Orchid #BC58EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 36.5%
G = 17.09%
B = 46.41%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC58EF (or 0xBC58EF) is known color: Medium Orchid. HEX triplet: BC, 58 and EF. RGB value is (188,88,239). Sum of RGB (Red+Green+Blue) = 188+88+239=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC58EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC58EF is #43A710. Grayscale: #868686. Windows color (decimal): -4433681 or 15685820. OLE color: 15685820.

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

Color convert

RGB 188 88 239 -
CMYK 0.21 0.63 0 0.06
HSL 279.74º 0.83% 0.64% -
HSV(B) 279.74º 0.63% 0.94% -
XYZ 39.81 23.9 84.18 -
YUV 135.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 188 88 239 0.21 0.63 0 0.06 279.74 0.83 0.64
Hex BC 58 EF 15 3F 0 6 118 53 40
Octal 274 130 357 25 77 0 6 430 123 100
Binary 10111100 1011000 11101111 10101 111111 0 110 100011000 1010011 1000000

Color Harmonies of #BC58EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58EF

Black with #BC58EF

Text Example


Text Example

White with #BC58EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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