Html Css Color HEX #BC3DD7 Medium Orchid

📋 copy color: '#BC3DD7'

red 188 ◦ green 61 ◦ blue 215

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

Shades of Medium Orchid #BC3DD7

Tints of Medium Orchid #BC3DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.34%

R = 40.52%
G = 13.15%
B = 46.34%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC3DD7 (or 0xBC3DD7) is known color: Medium Orchid. HEX triplet: BC, 3D and D7. RGB value is (188,61,215). Sum of RGB (Red+Green+Blue) = 188+61+215=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC3DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DD7 is #43C228. Grayscale: #747474. Windows color (decimal): -4440617 or 14106044. OLE color: 14106044.

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

Color convert

RGB 188 61 215 -
CMYK 0.13 0.72 0 0.16
HSL 289.48º 0.66% 0.54% -
HSV(B) 289.48º 0.72% 0.84% -
XYZ 34.67 18.94 66.12 -
YUV 116.53 183.58 178.98 -
System Red Green Blue C M Y K H S L
Decimal 188 61 215 0.13 0.72 0 0.16 289.48 0.66 0.54
Hex BC 3D D7 D 48 0 10 121 42 36
Octal 274 75 327 15 110 0 20 441 102 66
Binary 10111100 111101 11010111 1101 1001000 0 10000 100100001 1000010 110110

Color Harmonies of #BC3DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DD7

Black with #BC3DD7

Text Example


Text Example

White with #BC3DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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