Html Css Color HEX #BC47F3 Medium Orchid

📋 copy color: '#BC47F3'

red 188 ◦ green 71 ◦ blue 243

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

Shades of Medium Orchid #BC47F3

Tints of Medium Orchid #BC47F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.41%

R = 37.45%
G = 14.14%
B = 48.41%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC47F3 (or 0xBC47F3) is known color: Medium Orchid. HEX triplet: BC, 47 and F3. RGB value is (188,71,243). Sum of RGB (Red+Green+Blue) = 188+71+243=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC47F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC47F3 is #43B80C. Grayscale: #7D7D7D. Windows color (decimal): -4438029 or 15943612. OLE color: 15943612.

HSL color Cylindrical-coordinate representation of color #BC47F3: hue angle of 280.81º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC47F3 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 71 243 -
CMYK 0.23 0.71 0 0.05
HSL 280.81º 0.88% 0.62% -
HSV(B) 280.81º 0.71% 0.95% -
XYZ 39.17 21.67 86.91 -
YUV 125.59 194.26 172.51 -
System Red Green Blue C M Y K H S L
Decimal 188 71 243 0.23 0.71 0 0.05 280.81 0.88 0.62
Hex BC 47 F3 17 47 0 5 119 58 3E
Octal 274 107 363 27 107 0 5 431 130 76
Binary 10111100 1000111 11110011 10111 1000111 0 101 100011001 1011000 111110

Color Harmonies of #BC47F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47F3

Black with #BC47F3

Text Example


Text Example

White with #BC47F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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