Html Css Color HEX #BC5FF0 Medium Orchid

📋 copy color: '#BC5FF0'

red 188 ◦ green 95 ◦ blue 240

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

Shades of Medium Orchid #BC5FF0

Tints of Medium Orchid #BC5FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.16%

 BLUE value IS 240 (94.14% from 255) = 45.89%

R = 35.95%
G = 18.16%
B = 45.89%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC5FF0 (or 0xBC5FF0) is known color: Medium Orchid. HEX triplet: BC, 5F and F0. RGB value is (188,95,240). Sum of RGB (Red+Green+Blue) = 188+95+240=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC5FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FF0 is #43A00F. Grayscale: #8A8A8A. Windows color (decimal): -4431888 or 15753148. OLE color: 15753148.

HSL color Cylindrical-coordinate representation of color #BC5FF0: hue angle of 278.48º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5FF0 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 95 240 -
CMYK 0.22 0.60 0 0.06
HSL 278.48º 0.83% 0.66% -
HSV(B) 278.48º 0.6% 0.94% -
XYZ 40.56 25.17 85.16 -
YUV 139.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 188 95 240 0.22 0.60 0 0.06 278.48 0.83 0.66
Hex BC 5F F0 16 3C 0 6 116 53 42
Octal 274 137 360 26 74 0 6 426 123 102
Binary 10111100 1011111 11110000 10110 111100 0 110 100010110 1010011 1000010

Color Harmonies of #BC5FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FF0

Black with #BC5FF0

Text Example


Text Example

White with #BC5FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FF0; }

 p { color: rgb(188,95,240); }

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

background-color css

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

 a { background-color: rgb(188,95,240); }

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

border-color css

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

 span { border-color: rgb(188,95,240); }

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