Html Css Color HEX #BC5AF1 Medium Orchid

📋 copy color: '#BC5AF1'

red 188 ◦ green 90 ◦ blue 241

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

Shades of Medium Orchid #BC5AF1

Tints of Medium Orchid #BC5AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.44%

R = 36.22%
G = 17.34%
B = 46.44%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC5AF1 (or 0xBC5AF1) is known color: Medium Orchid. HEX triplet: BC, 5A and F1. RGB value is (188,90,241). Sum of RGB (Red+Green+Blue) = 188+90+241=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC5AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5AF1 is #43A50E. Grayscale: #888888. Windows color (decimal): -4433167 or 15817404. OLE color: 15817404.

HSL color Cylindrical-coordinate representation of color #BC5AF1: hue angle of 278.94º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5AF1 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 90 241 -
CMYK 0.22 0.63 0 0.05
HSL 278.94º 0.84% 0.65% -
HSV(B) 278.94º 0.63% 0.95% -
XYZ 40.27 24.35 85.8 -
YUV 136.52 186.97 164.72 -
System Red Green Blue C M Y K H S L
Decimal 188 90 241 0.22 0.63 0 0.05 278.94 0.84 0.65
Hex BC 5A F1 16 3F 0 5 117 54 41
Octal 274 132 361 26 77 0 5 427 124 101
Binary 10111100 1011010 11110001 10110 111111 0 101 100010111 1010100 1000001

Color Harmonies of #BC5AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5AF1

Black with #BC5AF1

Text Example


Text Example

White with #BC5AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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