Html Css Color HEX #BC5AE2 Medium Orchid

📋 copy color: '#BC5AE2'

red 188 ◦ green 90 ◦ blue 226

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

Shades of Medium Orchid #BC5AE2

Tints of Medium Orchid #BC5AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.84%

R = 37.3%
G = 17.86%
B = 44.84%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC5AE2 (or 0xBC5AE2) is known color: Medium Orchid. HEX triplet: BC, 5A and E2. RGB value is (188,90,226). Sum of RGB (Red+Green+Blue) = 188+90+226=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC5AE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AE2 is #43A51D. Grayscale: #868686. Windows color (decimal): -4433182 or 14834364. OLE color: 14834364.

HSL color Cylindrical-coordinate representation of color #BC5AE2: hue angle of 283.24º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5AE2 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 90 226 -
CMYK 0.17 0.60 0 0.11
HSL 283.24º 0.7% 0.62% -
HSV(B) 283.24º 0.6% 0.89% -
XYZ 38.12 23.49 74.48 -
YUV 134.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 188 90 226 0.17 0.60 0 0.11 283.24 0.7 0.62
Hex BC 5A E2 11 3C 0 B 11B 46 3E
Octal 274 132 342 21 74 0 13 433 106 76
Binary 10111100 1011010 11100010 10001 111100 0 1011 100011011 1000110 111110

Color Harmonies of #BC5AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5AE2

Black with #BC5AE2

Text Example


Text Example

White with #BC5AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5AE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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