Html Css Color HEX #BC60EE Medium Orchid

📋 copy color: '#BC60EE'

red 188 ◦ green 96 ◦ blue 238

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

Shades of Medium Orchid #BC60EE

Tints of Medium Orchid #BC60EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 36.02%
G = 18.39%
B = 45.59%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC60EE (or 0xBC60EE) is known color: Medium Orchid. HEX triplet: BC, 60 and EE. RGB value is (188,96,238). Sum of RGB (Red+Green+Blue) = 188+96+238=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC60EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60EE is #439F11. Grayscale: #8B8B8B. Windows color (decimal): -4431634 or 15622332. OLE color: 15622332.

HSL color Cylindrical-coordinate representation of color #BC60EE: hue angle of 278.87º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC60EE is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 96 238 -
CMYK 0.21 0.60 0 0.07
HSL 278.87º 0.81% 0.65% -
HSV(B) 278.87º 0.6% 0.93% -
XYZ 40.35 25.23 83.63 -
YUV 139.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 188 96 238 0.21 0.60 0 0.07 278.87 0.81 0.65
Hex BC 60 EE 15 3C 0 7 117 51 41
Octal 274 140 356 25 74 0 7 427 121 101
Binary 10111100 1100000 11101110 10101 111100 0 111 100010111 1010001 1000001

Color Harmonies of #BC60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60EE

Black with #BC60EE

Text Example


Text Example

White with #BC60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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