Html Css Color HEX #BC5AE0 Medium Orchid

📋 copy color: '#BC5AE0'

red 188 ◦ green 90 ◦ blue 224

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

Shades of Medium Orchid #BC5AE0

Tints of Medium Orchid #BC5AE0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.93%

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

R = 37.45%
G = 17.93%
B = 44.62%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC5AE0 (or 0xBC5AE0) is known color: Medium Orchid. HEX triplet: BC, 5A and E0. RGB value is (188,90,224). Sum of RGB (Red+Green+Blue) = 188+90+224=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC5AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AE0 is #43A51F. Grayscale: #868686. Windows color (decimal): -4433184 or 14703292. OLE color: 14703292.

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

Color convert

RGB 188 90 224 -
CMYK 0.16 0.60 0 0.12
HSL 283.88º 0.68% 0.62% -
HSV(B) 283.88º 0.6% 0.88% -
XYZ 37.85 23.39 73.04 -
YUV 134.58 178.47 166.1 -
System Red Green Blue C M Y K H S L
Decimal 188 90 224 0.16 0.60 0 0.12 283.88 0.68 0.62
Hex BC 5A E0 10 3C 0 C 11C 44 3E
Octal 274 132 340 20 74 0 14 434 104 76
Binary 10111100 1011010 11100000 10000 111100 0 1100 100011100 1000100 111110

Color Harmonies of #BC5AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5AE0

Black with #BC5AE0

Text Example


Text Example

White with #BC5AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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