Html Css Color HEX #BC4CDF Medium Orchid

📋 copy color: '#BC4CDF'

red 188 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #BC4CDF

Tints of Medium Orchid #BC4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.61%

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 38.6%
G = 15.61%
B = 45.79%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC4CDF (or 0xBC4CDF) is known color: Medium Orchid. HEX triplet: BC, 4C and DF. RGB value is (188,76,223). Sum of RGB (Red+Green+Blue) = 188+76+223=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC4CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CDF is #43B320. Grayscale: #7D7D7D. Windows color (decimal): -4436769 or 14634172. OLE color: 14634172.

HSL color Cylindrical-coordinate representation of color #BC4CDF: hue angle of 285.71º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4CDF is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 76 223 -
CMYK 0.16 0.66 0 0.13
HSL 285.71º 0.7% 0.59% -
HSV(B) 285.71º 0.66% 0.87% -
XYZ 36.64 21.19 71.97 -
YUV 126.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 188 76 223 0.16 0.66 0 0.13 285.71 0.7 0.59
Hex BC 4C DF 10 42 0 D 11E 46 3B
Octal 274 114 337 20 102 0 15 436 106 73
Binary 10111100 1001100 11011111 10000 1000010 0 1101 100011110 1000110 111011

Color Harmonies of #BC4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CDF

Black with #BC4CDF

Text Example


Text Example

White with #BC4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CDF; }

 p { color: rgb(188,76,223); }

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

background-color css

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

 a { background-color: rgb(188,76,223); }

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

border-color css

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

 span { border-color: rgb(188,76,223); }

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