Html Css Color HEX #BC60F5 Medium Orchid

📋 copy color: '#BC60F5'

red 188 ◦ green 96 ◦ blue 245

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

Shades of Medium Orchid #BC60F5

Tints of Medium Orchid #BC60F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.31%

R = 35.54%
G = 18.15%
B = 46.31%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC60F5 (or 0xBC60F5) is known color: Medium Orchid. HEX triplet: BC, 60 and F5. RGB value is (188,96,245). Sum of RGB (Red+Green+Blue) = 188+96+245=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC60F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60F5 is #439F0A. Grayscale: #8B8B8B. Windows color (decimal): -4431627 or 16081084. OLE color: 16081084.

HSL color Cylindrical-coordinate representation of color #BC60F5: hue angle of 277.05º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC60F5 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 96 245 -
CMYK 0.23 0.61 0 0.04
HSL 277.05º 0.88% 0.67% -
HSV(B) 277.05º 0.61% 0.96% -
XYZ 41.4 25.65 89.15 -
YUV 140.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 188 96 245 0.23 0.61 0 0.04 277.05 0.88 0.67
Hex BC 60 F5 17 3D 0 4 115 58 43
Octal 274 140 365 27 75 0 4 425 130 103
Binary 10111100 1100000 11110101 10111 111101 0 100 100010101 1011000 1000011

Color Harmonies of #BC60F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60F5

Black with #BC60F5

Text Example


Text Example

White with #BC60F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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