Html Css Color HEX #BC47DD Medium Orchid

📋 copy color: '#BC47DD'

red 188 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #BC47DD

Tints of Medium Orchid #BC47DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 39.17%
G = 14.79%
B = 46.04%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC47DD (or 0xBC47DD) is known color: Medium Orchid. HEX triplet: BC, 47 and DD. RGB value is (188,71,221). Sum of RGB (Red+Green+Blue) = 188+71+221=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC47DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47DD is #43B822. Grayscale: #7A7A7A. Windows color (decimal): -4438051 or 14501820. OLE color: 14501820.

HSL color Cylindrical-coordinate representation of color #BC47DD: hue angle of 286.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC47DD is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 71 221 -
CMYK 0.15 0.68 0 0.13
HSL 286.8º 0.69% 0.57% -
HSV(B) 286.8º 0.68% 0.87% -
XYZ 36.04 20.42 70.45 -
YUV 123.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 188 71 221 0.15 0.68 0 0.13 286.8 0.69 0.57
Hex BC 47 DD F 44 0 D 11F 45 39
Octal 274 107 335 17 104 0 15 437 105 71
Binary 10111100 1000111 11011101 1111 1000100 0 1101 100011111 1000101 111001

Color Harmonies of #BC47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47DD

Black with #BC47DD

Text Example


Text Example

White with #BC47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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