Html Css Color HEX #BC47F7 Medium Orchid

📋 copy color: '#BC47F7'

red 188 ◦ green 71 ◦ blue 247

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

Shades of Medium Orchid #BC47F7

Tints of Medium Orchid #BC47F7

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.03%

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

R = 37.15%
G = 14.03%
B = 48.81%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC47F7 (or 0xBC47F7) is known color: Medium Orchid. HEX triplet: BC, 47 and F7. RGB value is (188,71,247). Sum of RGB (Red+Green+Blue) = 188+71+247=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC47F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC47F7 is #43B808. Grayscale: #7D7D7D. Windows color (decimal): -4438025 or 16205756. OLE color: 16205756.

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

Color convert

RGB 188 71 247 -
CMYK 0.24 0.71 0 0.03
HSL 279.89º 0.92% 0.62% -
HSV(B) 279.89º 0.71% 0.97% -
XYZ 39.78 21.91 90.13 -
YUV 126.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 188 71 247 0.24 0.71 0 0.03 279.89 0.92 0.62
Hex BC 47 F7 18 47 0 3 118 5C 3E
Octal 274 107 367 30 107 0 3 430 134 76
Binary 10111100 1000111 11110111 11000 1000111 0 11 100011000 1011100 111110

Color Harmonies of #BC47F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47F7

Black with #BC47F7

Text Example


Text Example

White with #BC47F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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