Html Css Color HEX #BC60F1 Medium Orchid

📋 copy color: '#BC60F1'

red 188 ◦ green 96 ◦ blue 241

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

Shades of Medium Orchid #BC60F1

Tints of Medium Orchid #BC60F1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.29%

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

R = 35.81%
G = 18.29%
B = 45.9%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC60F1 (or 0xBC60F1) is known color: Medium Orchid. HEX triplet: BC, 60 and F1. RGB value is (188,96,241). Sum of RGB (Red+Green+Blue) = 188+96+241=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC60F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60F1 is #439F0E. Grayscale: #8B8B8B. Windows color (decimal): -4431631 or 15818940. OLE color: 15818940.

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

Color convert

RGB 188 96 241 -
CMYK 0.22 0.60 0 0.05
HSL 278.07º 0.84% 0.66% -
HSV(B) 278.07º 0.6% 0.95% -
XYZ 40.8 25.41 85.97 -
YUV 140.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 188 96 241 0.22 0.60 0 0.05 278.07 0.84 0.66
Hex BC 60 F1 16 3C 0 5 116 54 42
Octal 274 140 361 26 74 0 5 426 124 102
Binary 10111100 1100000 11110001 10110 111100 0 101 100010110 1010100 1000010

Color Harmonies of #BC60F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60F1

Black with #BC60F1

Text Example


Text Example

White with #BC60F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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