Html Css Color HEX #BC3DDF Medium Orchid

📋 copy color: '#BC3DDF'

red 188 ◦ green 61 ◦ blue 223

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

Shades of Medium Orchid #BC3DDF

Tints of Medium Orchid #BC3DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.92%

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

R = 39.83%
G = 12.92%
B = 47.25%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC3DDF (or 0xBC3DDF) is known color: Medium Orchid. HEX triplet: BC, 3D and DF. RGB value is (188,61,223). Sum of RGB (Red+Green+Blue) = 188+61+223=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC3DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DDF is #43C220. Grayscale: #747474. Windows color (decimal): -4440609 or 14630332. OLE color: 14630332.

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

Color convert

RGB 188 61 223 -
CMYK 0.16 0.73 0 0.13
HSL 287.04º 0.72% 0.56% -
HSV(B) 287.04º 0.73% 0.87% -
XYZ 35.73 19.36 71.67 -
YUV 117.44 187.58 178.33 -
System Red Green Blue C M Y K H S L
Decimal 188 61 223 0.16 0.73 0 0.13 287.04 0.72 0.56
Hex BC 3D DF 10 49 0 D 11F 48 38
Octal 274 75 337 20 111 0 15 437 110 70
Binary 10111100 111101 11011111 10000 1001001 0 1101 100011111 1001000 111000

Color Harmonies of #BC3DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DDF

Black with #BC3DDF

Text Example


Text Example

White with #BC3DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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