Html Css Color HEX #BC5AF6 Medium Orchid

📋 copy color: '#BC5AF6'

red 188 ◦ green 90 ◦ blue 246

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

Shades of Medium Orchid #BC5AF6

Tints of Medium Orchid #BC5AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.95%

R = 35.88%
G = 17.18%
B = 46.95%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC5AF6 (or 0xBC5AF6) is known color: Medium Orchid. HEX triplet: BC, 5A and F6. RGB value is (188,90,246). Sum of RGB (Red+Green+Blue) = 188+90+246=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC5AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5AF6 is #43A509. Grayscale: #888888. Windows color (decimal): -4433162 or 16145084. OLE color: 16145084.

HSL color Cylindrical-coordinate representation of color #BC5AF6: hue angle of 277.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5AF6 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 90 246 -
CMYK 0.24 0.63 0 0.04
HSL 277.69º 0.9% 0.66% -
HSV(B) 277.69º 0.63% 0.96% -
XYZ 41.03 24.66 89.79 -
YUV 137.09 189.47 164.32 -
System Red Green Blue C M Y K H S L
Decimal 188 90 246 0.24 0.63 0 0.04 277.69 0.9 0.66
Hex BC 5A F6 18 3F 0 4 116 5A 42
Octal 274 132 366 30 77 0 4 426 132 102
Binary 10111100 1011010 11110110 11000 111111 0 100 100010110 1011010 1000010

Color Harmonies of #BC5AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5AF6

Black with #BC5AF6

Text Example


Text Example

White with #BC5AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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