Html Css Color HEX #BC46DE Medium Orchid

📋 copy color: '#BC46DE'

red 188 ◦ green 70 ◦ blue 222

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

Shades of Medium Orchid #BC46DE

Tints of Medium Orchid #BC46DE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.58%

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 39.17%
G = 14.58%
B = 46.25%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC46DE (or 0xBC46DE) is known color: Medium Orchid. HEX triplet: BC, 46 and DE. RGB value is (188,70,222). Sum of RGB (Red+Green+Blue) = 188+70+222=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC46DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46DE is #43B921. Grayscale: #7A7A7A. Windows color (decimal): -4438306 or 14567100. OLE color: 14567100.

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

Color convert

RGB 188 70 222 -
CMYK 0.15 0.68 0 0.13
HSL 286.58º 0.7% 0.57% -
HSV(B) 286.58º 0.68% 0.87% -
XYZ 36.11 20.35 71.13 -
YUV 122.61 184.09 174.64 -
System Red Green Blue C M Y K H S L
Decimal 188 70 222 0.15 0.68 0 0.13 286.58 0.7 0.57
Hex BC 46 DE F 44 0 D 11F 46 39
Octal 274 106 336 17 104 0 15 437 106 71
Binary 10111100 1000110 11011110 1111 1000100 0 1101 100011111 1000110 111001

Color Harmonies of #BC46DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46DE

Black with #BC46DE

Text Example


Text Example

White with #BC46DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46DE; }

 p { color: rgb(188,70,222); }

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

background-color css

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

 a { background-color: rgb(188,70,222); }

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

border-color css

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

 span { border-color: rgb(188,70,222); }

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