Html Css Color HEX #BC41DF Medium Orchid

📋 copy color: '#BC41DF'

red 188 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #BC41DF

Tints of Medium Orchid #BC41DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.66%

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

R = 39.5%
G = 13.66%
B = 46.85%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC41DF (or 0xBC41DF) is known color: Medium Orchid. HEX triplet: BC, 41 and DF. RGB value is (188,65,223). Sum of RGB (Red+Green+Blue) = 188+65+223=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC41DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41DF is #43BE20. Grayscale: #777777. Windows color (decimal): -4439585 or 14631356. OLE color: 14631356.

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

Color convert

RGB 188 65 223 -
CMYK 0.16 0.71 0 0.13
HSL 286.71º 0.71% 0.56% -
HSV(B) 286.71º 0.71% 0.87% -
XYZ 35.95 19.8 71.74 -
YUV 119.79 186.25 176.65 -
System Red Green Blue C M Y K H S L
Decimal 188 65 223 0.16 0.71 0 0.13 286.71 0.71 0.56
Hex BC 41 DF 10 47 0 D 11F 47 38
Octal 274 101 337 20 107 0 15 437 107 70
Binary 10111100 1000001 11011111 10000 1000111 0 1101 100011111 1000111 111000

Color Harmonies of #BC41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41DF

Black with #BC41DF

Text Example


Text Example

White with #BC41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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