Html Css Color HEX #BC61EF Medium Orchid

📋 copy color: '#BC61EF'

red 188 ◦ green 97 ◦ blue 239

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

Shades of Medium Orchid #BC61EF

Tints of Medium Orchid #BC61EF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.51%

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

R = 35.88%
G = 18.51%
B = 45.61%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC61EF (or 0xBC61EF) is known color: Medium Orchid. HEX triplet: BC, 61 and EF. RGB value is (188,97,239). Sum of RGB (Red+Green+Blue) = 188+97+239=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC61EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC61EF is #439E10. Grayscale: #8B8B8B. Windows color (decimal): -4431377 or 15688124. OLE color: 15688124.

HSL color Cylindrical-coordinate representation of color #BC61EF: hue angle of 278.45º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC61EF is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 97 239 -
CMYK 0.21 0.59 0 0.06
HSL 278.45º 0.82% 0.66% -
HSV(B) 278.45º 0.59% 0.94% -
XYZ 40.59 25.47 84.44 -
YUV 140.4 183.65 161.95 -
System Red Green Blue C M Y K H S L
Decimal 188 97 239 0.21 0.59 0 0.06 278.45 0.82 0.66
Hex BC 61 EF 15 3B 0 6 116 52 42
Octal 274 141 357 25 73 0 6 426 122 102
Binary 10111100 1100001 11101111 10101 111011 0 110 100010110 1010010 1000010

Color Harmonies of #BC61EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC61EF

Black with #BC61EF

Text Example


Text Example

White with #BC61EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC61EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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