Html Css Color HEX #BC60EF Medium Orchid

📋 copy color: '#BC60EF'

red 188 ◦ green 96 ◦ blue 239

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

Shades of Medium Orchid #BC60EF

Tints of Medium Orchid #BC60EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.7%

R = 35.95%
G = 18.36%
B = 45.7%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC60EF (or 0xBC60EF) is known color: Medium Orchid. HEX triplet: BC, 60 and EF. RGB value is (188,96,239). Sum of RGB (Red+Green+Blue) = 188+96+239=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC60EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60EF is #439F10. Grayscale: #8B8B8B. Windows color (decimal): -4431633 or 15687868. OLE color: 15687868.

HSL color Cylindrical-coordinate representation of color #BC60EF: hue angle of 278.6º degrees, saturation: 0.82, 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 #BC60EF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 96 239 -
CMYK 0.21 0.60 0 0.06
HSL 278.6º 0.82% 0.66% -
HSV(B) 278.6º 0.6% 0.94% -
XYZ 40.5 25.29 84.41 -
YUV 139.81 183.98 162.37 -
System Red Green Blue C M Y K H S L
Decimal 188 96 239 0.21 0.60 0 0.06 278.6 0.82 0.66
Hex BC 60 EF 15 3C 0 6 117 52 42
Octal 274 140 357 25 74 0 6 427 122 102
Binary 10111100 1100000 11101111 10101 111100 0 110 100010111 1010010 1000010

Color Harmonies of #BC60EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60EF

Black with #BC60EF

Text Example


Text Example

White with #BC60EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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