Html Css Color HEX #BC47F9 Medium Orchid

📋 copy color: '#BC47F9'

red 188 ◦ green 71 ◦ blue 249

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

Shades of Medium Orchid #BC47F9

Tints of Medium Orchid #BC47F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.02%

R = 37.01%
G = 13.98%
B = 49.02%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC47F9 (or 0xBC47F9) is known color: Medium Orchid. HEX triplet: BC, 47 and F9. RGB value is (188,71,249). Sum of RGB (Red+Green+Blue) = 188+71+249=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC47F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC47F9 is #43B806. Grayscale: #7D7D7D. Windows color (decimal): -4438023 or 16336828. OLE color: 16336828.

HSL color Cylindrical-coordinate representation of color #BC47F9: hue angle of 279.44º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC47F9 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 71 249 -
CMYK 0.24 0.71 0 0.02
HSL 279.44º 0.94% 0.63% -
HSV(B) 279.44º 0.71% 0.98% -
XYZ 40.09 22.04 91.76 -
YUV 126.28 197.26 172.03 -
System Red Green Blue C M Y K H S L
Decimal 188 71 249 0.24 0.71 0 0.02 279.44 0.94 0.63
Hex BC 47 F9 18 47 0 2 117 5E 3F
Octal 274 107 371 30 107 0 2 427 136 77
Binary 10111100 1000111 11111001 11000 1000111 0 10 100010111 1011110 111111

Color Harmonies of #BC47F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47F9

Black with #BC47F9

Text Example


Text Example

White with #BC47F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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