Html Css Color HEX #BC58E0 Medium Orchid

📋 copy color: '#BC58E0'

red 188 ◦ green 88 ◦ blue 224

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

Shades of Medium Orchid #BC58E0

Tints of Medium Orchid #BC58E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 37.6%
G = 17.6%
B = 44.8%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC58E0 (or 0xBC58E0) is known color: Medium Orchid. HEX triplet: BC, 58 and E0. RGB value is (188,88,224). Sum of RGB (Red+Green+Blue) = 188+88+224=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC58E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58E0 is #43A71F. Grayscale: #848484. Windows color (decimal): -4433696 or 14702780. OLE color: 14702780.

HSL color Cylindrical-coordinate representation of color #BC58E0: hue angle of 284.12º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC58E0 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 88 224 -
CMYK 0.16 0.61 0 0.12
HSL 284.12º 0.69% 0.61% -
HSV(B) 284.12º 0.61% 0.88% -
XYZ 37.68 23.05 72.98 -
YUV 133.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 188 88 224 0.16 0.61 0 0.12 284.12 0.69 0.61
Hex BC 58 E0 10 3D 0 C 11C 45 3D
Octal 274 130 340 20 75 0 14 434 105 75
Binary 10111100 1011000 11100000 10000 111101 0 1100 100011100 1000101 111101

Color Harmonies of #BC58E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58E0

Black with #BC58E0

Text Example


Text Example

White with #BC58E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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