Html Css Color HEX #BC47CF Medium Orchid

📋 copy color: '#BC47CF'

red 188 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #BC47CF

Tints of Medium Orchid #BC47CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 40.34%
G = 15.24%
B = 44.42%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC47CF (or 0xBC47CF) is known color: Medium Orchid. HEX triplet: BC, 47 and CF. RGB value is (188,71,207). Sum of RGB (Red+Green+Blue) = 188+71+207=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC47CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47CF is #43B830. Grayscale: #797979. Windows color (decimal): -4438065 or 13584316. OLE color: 13584316.

HSL color Cylindrical-coordinate representation of color #BC47CF: hue angle of 291.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC47CF is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 71 207 -
CMYK 0.09 0.66 0 0.19
HSL 291.62º 0.59% 0.55% -
HSV(B) 291.62º 0.66% 0.81% -
XYZ 34.25 19.7 61.03 -
YUV 121.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 188 71 207 0.09 0.66 0 0.19 291.62 0.59 0.55
Hex BC 47 CF 9 42 0 13 124 3B 37
Octal 274 107 317 11 102 0 23 444 73 67
Binary 10111100 1000111 11001111 1001 1000010 0 10011 100100100 111011 110111

Color Harmonies of #BC47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47CF

Black with #BC47CF

Text Example


Text Example

White with #BC47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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