Html Css Color HEX #BC47DA Medium Orchid

📋 copy color: '#BC47DA'

red 188 ◦ green 71 ◦ blue 218

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

Shades of Medium Orchid #BC47DA

Tints of Medium Orchid #BC47DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 39.41%
G = 14.88%
B = 45.7%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC47DA (or 0xBC47DA) is known color: Medium Orchid. HEX triplet: BC, 47 and DA. RGB value is (188,71,218). Sum of RGB (Red+Green+Blue) = 188+71+218=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC47DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47DA is #43B825. Grayscale: #7A7A7A. Windows color (decimal): -4438054 or 14305212. OLE color: 14305212.

HSL color Cylindrical-coordinate representation of color #BC47DA: hue angle of 287.76º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC47DA is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 71 218 -
CMYK 0.14 0.67 0 0.15
HSL 287.76º 0.67% 0.57% -
HSV(B) 287.76º 0.67% 0.85% -
XYZ 35.65 20.26 68.36 -
YUV 122.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 188 71 218 0.14 0.67 0 0.15 287.76 0.67 0.57
Hex BC 47 DA E 43 0 F 120 43 39
Octal 274 107 332 16 103 0 17 440 103 71
Binary 10111100 1000111 11011010 1110 1000011 0 1111 100100000 1000011 111001

Color Harmonies of #BC47DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47DA

Black with #BC47DA

Text Example


Text Example

White with #BC47DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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