Html Css Color HEX #BC59F7 Medium Orchid

📋 copy color: '#BC59F7'

red 188 ◦ green 89 ◦ blue 247

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

Shades of Medium Orchid #BC59F7

Tints of Medium Orchid #BC59F7

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.98%

 BLUE value IS 247 (96.88% from 255) = 47.14%

R = 35.88%
G = 16.98%
B = 47.14%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC59F7 (or 0xBC59F7) is known color: Medium Orchid. HEX triplet: BC, 59 and F7. RGB value is (188,89,247). Sum of RGB (Red+Green+Blue) = 188+89+247=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC59F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC59F7 is #43A608. Grayscale: #888888. Windows color (decimal): -4433417 or 16210364. OLE color: 16210364.

HSL color Cylindrical-coordinate representation of color #BC59F7: hue angle of 277.59º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC59F7 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 89 247 -
CMYK 0.24 0.64 0 0.03
HSL 277.59º 0.91% 0.66% -
HSV(B) 277.59º 0.64% 0.97% -
XYZ 41.1 24.55 90.57 -
YUV 136.61 190.3 164.65 -
System Red Green Blue C M Y K H S L
Decimal 188 89 247 0.24 0.64 0 0.03 277.59 0.91 0.66
Hex BC 59 F7 18 40 0 3 116 5B 42
Octal 274 131 367 30 100 0 3 426 133 102
Binary 10111100 1011001 11110111 11000 1000000 0 11 100010110 1011011 1000010

Color Harmonies of #BC59F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59F7

Black with #BC59F7

Text Example


Text Example

White with #BC59F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59F7; }

 p { color: rgb(188,89,247); }

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

background-color css

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

 a { background-color: rgb(188,89,247); }

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

border-color css

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

 span { border-color: rgb(188,89,247); }

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