Html Css Color HEX #BC3FDF Medium Orchid

📋 copy color: '#BC3FDF'

red 188 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #BC3FDF

Tints of Medium Orchid #BC3FDF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.29%

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

R = 39.66%
G = 13.29%
B = 47.05%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC3FDF (or 0xBC3FDF) is known color: Medium Orchid. HEX triplet: BC, 3F and DF. RGB value is (188,63,223). Sum of RGB (Red+Green+Blue) = 188+63+223=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC3FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FDF is #43C020. Grayscale: #767676. Windows color (decimal): -4440097 or 14630844. OLE color: 14630844.

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

Color convert

RGB 188 63 223 -
CMYK 0.16 0.72 0 0.13
HSL 286.88º 0.71% 0.56% -
HSV(B) 286.88º 0.72% 0.87% -
XYZ 35.84 19.57 71.7 -
YUV 118.62 186.91 177.49 -
System Red Green Blue C M Y K H S L
Decimal 188 63 223 0.16 0.72 0 0.13 286.88 0.71 0.56
Hex BC 3F DF 10 48 0 D 11F 47 38
Octal 274 77 337 20 110 0 15 437 107 70
Binary 10111100 111111 11011111 10000 1001000 0 1101 100011111 1000111 111000

Color Harmonies of #BC3FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3FDF

Black with #BC3FDF

Text Example


Text Example

White with #BC3FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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